From fbd3c54509ad21955ca7c476612ab4ae3c6fc6b8 Mon Sep 17 00:00:00 2001 From: phofl Date: Tue, 8 Feb 2022 09:37:45 +0100 Subject: [PATCH] Pin scipy docs to 1.7.1 until 1.8 is available --- 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 e8cd85e3369f7..0fd075cee3f64 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/reference/", None), + "scipy": ("https://docs.scipy.org/doc/scipy-1.7.1/reference/", None), "statsmodels": ("https://www.statsmodels.org/devel/", None), "pyarrow": ("https://arrow.apache.org/docs/", None), }