Skip to content

Commit aaa6560

Browse files
codeloopmeeseeksmachine
authored andcommitted
Backport PR pandas-dev#33954: DOC: update conf.py to use new numpy doc url
1 parent bd6690a commit aaa6560

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/conf.py

Lines changed: 1 addition & 1 deletion
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)