Skip to content

Commit 93b2d04

Browse files
authored
update numpy's intersphinx url (#4117)
1 parent fd9e620 commit 93b2d04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,7 @@
351351
"python": ("https://docs.python.org/3/", None),
352352
"pandas": ("https://pandas.pydata.org/pandas-docs/stable", None),
353353
"iris": ("https://scitools.org.uk/iris/docs/latest", None),
354-
"numpy": ("https://docs.scipy.org/doc/numpy", None),
354+
"numpy": ("https://numpy.org/doc/stable", None),
355355
"scipy": ("https://docs.scipy.org/doc/scipy/reference", None),
356356
"numba": ("https://numba.pydata.org/numba-doc/latest", None),
357357
"matplotlib": ("https://matplotlib.org", None),

0 commit comments

Comments
 (0)