Skip to content

Commit 9ea09e0

Browse files
authored
update the link to scipy's intersphinx file (#5665)
1 parent 35d798a commit 9ea09e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@
313313
"pandas": ("https://pandas.pydata.org/pandas-docs/stable", None),
314314
"iris": ("https://scitools-iris.readthedocs.io/en/latest", None),
315315
"numpy": ("https://numpy.org/doc/stable", None),
316-
"scipy": ("https://docs.scipy.org/doc/scipy/reference", None),
316+
"scipy": ("https://docs.scipy.org/doc/scipy", None),
317317
"numba": ("https://numba.pydata.org/numba-doc/latest", None),
318318
"matplotlib": ("https://matplotlib.org/stable/", None),
319319
"dask": ("https://docs.dask.org/en/latest", None),

0 commit comments

Comments
 (0)