Skip to content

Commit 8fc145d

Browse files
authored
Merge pull request #681 from mgxd/doc/scipy-docs-path
FIX: Scipy docs path
2 parents 352b190 + 563357f commit 8fc145d

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
@@ -238,9 +238,9 @@
238238
"nibabel": ("https://nipy.org/nibabel/", None),
239239
"nipype": ("https://nipype.readthedocs.io/en/latest/", None),
240240
"numpy": ("https://numpy.org/doc/stable/", None),
241-
"pandas": ("http://pandas.pydata.org/pandas-docs/dev", None),
241+
"pandas": ("https://pandas.pydata.org/pandas-docs/dev", None),
242242
"python": ("https://docs.python.org/3/", None),
243-
"scipy": ("https://docs.scipy.org/doc/scipy/reference", None),
243+
"scipy": ("https://docs.scipy.org/doc/scipy-1.8.0/html-scipyorg/", None),
244244
"smriprep": ("https://www.nipreps.org/smriprep/", None),
245245
"surfplot": ("https://surfplot.readthedocs.io/en/latest/", None),
246246
"templateflow": ("https://www.templateflow.org/python-client", None),

0 commit comments

Comments
 (0)