Skip to content

Commit 84ad452

Browse files
committed
actually correct apidoc
1 parent 4f04fa3 commit 84ad452

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
'numpydoc',
3838
'nbsphinx',
3939
'nbsphinx_link',
40-
"sphinx.ext.autodoc",
40+
'sphinxcontrib.apidoc',
4141
]
4242

4343
# Add any paths that contain templates here, relative to this directory.
@@ -205,4 +205,4 @@
205205

206206

207207
# -- Extension configuration -------------------------------------------------
208-
apidoc_module_dir = "../pyrtools"
208+
apidoc_module_dir = "../src/pyrtools"

0 commit comments

Comments
 (0)