Skip to content

Commit

Permalink
chore(doc): Fix module directory, matplotlib inventory
Browse files Browse the repository at this point in the history
  • Loading branch information
effigies committed Dec 11, 2024
1 parent 7976baf commit 022af57
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@

# -- Extension configuration -------------------------------------------------

apidoc_module_dir = '../smriprep'
apidoc_module_dir = '../src/smriprep'
apidoc_output_dir = 'api'
apidoc_excluded_paths = [
'conftest.py',
Expand All @@ -254,7 +254,7 @@
'python': ('https://docs.python.org/3/', None),
'numpy': ('https://numpy.org/doc/stable/', None),
'scipy': ('https://docs.scipy.org/doc/scipy/', None),
'matplotlib': ('https://matplotlib.org/', None),
'matplotlib': ('https://matplotlib.org/stable/', None),
'bids': ('https://bids-standard.github.io/pybids/', None),
'nibabel': ('https://nipy.org/nibabel/', None),
'nipype': ('https://nipype.readthedocs.io/en/latest/', None),
Expand Down

0 comments on commit 022af57

Please sign in to comment.