File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 229
229
230
230
# -- Extension configuration -------------------------------------------------
231
231
232
- apidoc_module_dir = '../smriprep'
232
+ apidoc_module_dir = '../src/ smriprep'
233
233
apidoc_output_dir = 'api'
234
234
apidoc_excluded_paths = [
235
235
'conftest.py' ,
254
254
'python' : ('https://docs.python.org/3/' , None ),
255
255
'numpy' : ('https://numpy.org/doc/stable/' , None ),
256
256
'scipy' : ('https://docs.scipy.org/doc/scipy/' , None ),
257
- 'matplotlib' : ('https://matplotlib.org/' , None ),
257
+ 'matplotlib' : ('https://matplotlib.org/stable/ ' , None ),
258
258
'bids' : ('https://bids-standard.github.io/pybids/' , None ),
259
259
'nibabel' : ('https://nipy.org/nibabel/' , None ),
260
260
'nipype' : ('https://nipype.readthedocs.io/en/latest/' , None ),
You can’t perform that action at this time.
0 commit comments