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