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 18
18
# "make mode" option. $(O) is meant as a shortcut for $(SPHINXOPTS).
19
19
% : Makefile
20
20
@$(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 43
43
autoapi_type = 'python'
44
44
autoapi_dirs = ['../medcat' ]
45
45
autodoc_typehints = 'description'
46
- autoapi_template_dir = '_templates/autoapi_templates'
47
46
48
47
# Add any paths that contain templates here, relative to this directory.
49
48
templates_path = ['_templates' ]
Original file line number Diff line number Diff line change @@ -2,6 +2,9 @@ sphinx~=8.1.3
2
2
sphinx-rtd-theme ~= 3.0.2
3
3
myst-parser ~= 4.0.1
4
4
sphinx-autoapi ~= 3.6.0
5
+ sphinx-autobuild
6
+
7
+ # Are the below needed?
5
8
numpy == 2.0.2
6
9
dill == 0.3.9
7
10
pandas == 2.2.3
You can’t perform that action at this time.
0 commit comments