Skip to content

Commit e1d1a0b

Browse files
committed
chore(doc): Fix module directory, matplotlib inventory
1 parent 42d9ea5 commit e1d1a0b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@
229229

230230
# -- Extension configuration -------------------------------------------------
231231

232-
apidoc_module_dir = '../smriprep'
232+
apidoc_module_dir = '../src/smriprep'
233233
apidoc_output_dir = 'api'
234234
apidoc_excluded_paths = [
235235
'conftest.py',
@@ -254,7 +254,7 @@
254254
'python': ('https://docs.python.org/3/', None),
255255
'numpy': ('https://numpy.org/doc/stable/', None),
256256
'scipy': ('https://docs.scipy.org/doc/scipy/', None),
257-
'matplotlib': ('https://matplotlib.org/', None),
257+
'matplotlib': ('https://matplotlib.org/stable/', None),
258258
'bids': ('https://bids-standard.github.io/pybids/', None),
259259
'nibabel': ('https://nipy.org/nibabel/', None),
260260
'nipype': ('https://nipype.readthedocs.io/en/latest/', None),

0 commit comments

Comments
 (0)