We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd6690a commit 7c30782Copy full SHA for 7c30782
doc/source/conf.py
@@ -408,7 +408,7 @@
408
intersphinx_mapping = {
409
"dateutil": ("https://dateutil.readthedocs.io/en/latest/", None),
410
"matplotlib": ("https://matplotlib.org/", None),
411
- "numpy": ("https://docs.scipy.org/doc/numpy/", None),
+ "numpy": ("https://numpy.org/doc/stable/", None),
412
"pandas-gbq": ("https://pandas-gbq.readthedocs.io/en/latest/", None),
413
"py": ("https://pylib.readthedocs.io/en/latest/", None),
414
"python": ("https://docs.python.org/3/", None),
0 commit comments