From 05757da5dee26e2a14e9769c915b0929d8bbdad9 Mon Sep 17 00:00:00 2001 From: Tyler Reddy Date: Tue, 8 Feb 2022 13:04:59 -0700 Subject: [PATCH] Backport PR #45878: DOC: restore SciPy intersphinx --- 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 0fd075cee3f64..184bdcfd39bf6 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -446,7 +446,7 @@ "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), - "scipy": ("https://docs.scipy.org/doc/scipy-1.7.1/reference/", None), + "scipy": ("https://docs.scipy.org/doc/scipy/", None), "statsmodels": ("https://www.statsmodels.org/devel/", None), "pyarrow": ("https://arrow.apache.org/docs/", None), }