We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f04fa3 commit 84ad452Copy full SHA for 84ad452
1 file changed
docs/conf.py
@@ -37,7 +37,7 @@
37
'numpydoc',
38
'nbsphinx',
39
'nbsphinx_link',
40
- "sphinx.ext.autodoc",
+ 'sphinxcontrib.apidoc',
41
]
42
43
# Add any paths that contain templates here, relative to this directory.
@@ -205,4 +205,4 @@
205
206
207
# -- Extension configuration -------------------------------------------------
208
-apidoc_module_dir = "../pyrtools"
+apidoc_module_dir = "../src/pyrtools"
0 commit comments