From df315347d797e3858c4bfa4b2c097992225dcbaa Mon Sep 17 00:00:00 2001 From: Vikas Pandey Date: Sun, 3 May 2020 19:16:30 +0530 Subject: [PATCH] updated conf.py to use numpy website url #33953 --- doc/source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/conf.py b/doc/source/conf.py index d2404b757ca11..ee0d4ca3f2a24 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -410,7 +410,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),