From 622f3614b08e984df32ca740215ee16c47aa12b3 Mon Sep 17 00:00:00 2001 From: Matthew Roeschke Date: Tue, 21 Jun 2022 13:47:49 -0700 Subject: [PATCH] DOC: Remove unused/flaky statsmodels intersphinx_mapping --- doc/source/conf.py | 1 - 1 file changed, 1 deletion(-) diff --git a/doc/source/conf.py b/doc/source/conf.py index 49025288f0449..2a6ec8947c8d7 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -447,7 +447,6 @@ "py": ("https://pylib.readthedocs.io/en/latest/", None), "python": ("https://docs.python.org/3/", None), "scipy": ("https://docs.scipy.org/doc/scipy/", None), - "statsmodels": ("https://www.statsmodels.org/devel/", None), "pyarrow": ("https://arrow.apache.org/docs/", None), }