Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions medcat-v2/docs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,6 @@ help:
# "make mode" option. $(O) is meant as a shortcut for $(SPHINXOPTS).
%: Makefile
@$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)

watch:
sphinx-autobuild . build/
15 changes: 0 additions & 15 deletions medcat-v2/docs/_templates/autoapi_templates/index.rst

This file was deleted.

1 change: 0 additions & 1 deletion medcat-v2/docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@
autoapi_type = 'python'
autoapi_dirs = ['../medcat']
autodoc_typehints = 'description'
autoapi_template_dir = '_templates/autoapi_templates'

# Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates']
Expand Down
3 changes: 3 additions & 0 deletions medcat-v2/docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ sphinx~=8.1.3
sphinx-rtd-theme~=3.0.2
myst-parser~=4.0.1
sphinx-autoapi~=3.6.0
sphinx-autobuild

# Are the below needed?
numpy==2.0.2
dill==0.3.9
pandas==2.2.3
Expand Down
Loading