File tree Expand file tree Collapse file tree 4 files changed +6
-16
lines changed
_templates/autoapi_templates Expand file tree Collapse file tree 4 files changed +6
-16
lines changed Original file line number Diff line number Diff line change 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/
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 4343autoapi_type = 'python'
4444autoapi_dirs = ['../medcat' ]
4545autodoc_typehints = 'description'
46- autoapi_template_dir = '_templates/autoapi_templates'
4746
4847# Add any paths that contain templates here, relative to this directory.
4948templates_path = ['_templates' ]
Original file line number Diff line number Diff line change @@ -2,6 +2,9 @@ sphinx~=8.1.3
22sphinx-rtd-theme ~= 3.0.2
33myst-parser ~= 4.0.1
44sphinx-autoapi ~= 3.6.0
5+ sphinx-autobuild
6+
7+ # Are the below needed?
58numpy == 2.0.2
69dill == 0.3.9
710pandas == 2.2.3
You can’t perform that action at this time.
0 commit comments