diff --git a/doc/source/conf.py b/doc/source/conf.py index 5ea76c2f9c39f..e8d825a509be9 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -408,7 +408,7 @@ intersphinx_mapping = { "dateutil": ("https://dateutil.readthedocs.io/en/latest/", None), "matplotlib": ("https://matplotlib.org/", None), - "numpy": ("https://docs.scipy.org/doc/numpy/", None), + "numpy": ("https://numpy.org/doc/stable/", None), "pandas-gbq": ("https://pandas-gbq.readthedocs.io/en/latest/", None), "py": ("https://pylib.readthedocs.io/en/latest/", None), "python": ("https://docs.python.org/3/", None),