Skip to content

Commit 7c30782

Browse files
Backport PR #33954: DOC: update conf.py to use new numpy doc url (#33996)
Co-authored-by: Vikas Pandey <[email protected]>
1 parent bd6690a commit 7c30782

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -408,7 +408,7 @@
408408
intersphinx_mapping = {
409409
"dateutil": ("https://dateutil.readthedocs.io/en/latest/", None),
410410
"matplotlib": ("https://matplotlib.org/", None),
411-
"numpy": ("https://docs.scipy.org/doc/numpy/", None),
411+
"numpy": ("https://numpy.org/doc/stable/", None),
412412
"pandas-gbq": ("https://pandas-gbq.readthedocs.io/en/latest/", None),
413413
"py": ("https://pylib.readthedocs.io/en/latest/", None),
414414
"python": ("https://docs.python.org/3/", None),

0 commit comments

Comments
 (0)