Skip to content

Commit 80f4346

Browse files
docs(medcat-v2): Fix API Reference page not showing for medcat v2 (#25)
1 parent 9b8a7e8 commit 80f4346

File tree

4 files changed

+6
-16
lines changed

4 files changed

+6
-16
lines changed

medcat-v2/docs/Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,6 @@ help:
1818
# "make mode" option. $(O) is meant as a shortcut for $(SPHINXOPTS).
1919
%: Makefile
2020
@$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)
21+
22+
watch:
23+
sphinx-autobuild . build/

medcat-v2/docs/_templates/autoapi_templates/index.rst

Lines changed: 0 additions & 15 deletions
This file was deleted.

medcat-v2/docs/conf.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@
4343
autoapi_type = 'python'
4444
autoapi_dirs = ['../medcat']
4545
autodoc_typehints = 'description'
46-
autoapi_template_dir = '_templates/autoapi_templates'
4746

4847
# Add any paths that contain templates here, relative to this directory.
4948
templates_path = ['_templates']

medcat-v2/docs/requirements.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ sphinx~=8.1.3
22
sphinx-rtd-theme~=3.0.2
33
myst-parser~=4.0.1
44
sphinx-autoapi~=3.6.0
5+
sphinx-autobuild
6+
7+
# Are the below needed?
58
numpy==2.0.2
69
dill==0.3.9
710
pandas==2.2.3

0 commit comments

Comments
 (0)