From 5e2ac2edbc272b40d78942e96c2674dad42a1b79 Mon Sep 17 00:00:00 2001 From: Keewis Date: Mon, 2 Aug 2021 16:24:59 +0200 Subject: [PATCH 1/2] update the link to `scipy`'s intersphinx file --- doc/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/conf.py b/doc/conf.py index f6f7abd61b2..0a6d1504161 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -313,7 +313,7 @@ "pandas": ("https://pandas.pydata.org/pandas-docs/stable", None), "iris": ("https://scitools-iris.readthedocs.io/en/latest", None), "numpy": ("https://numpy.org/doc/stable", None), - "scipy": ("https://docs.scipy.org/doc/scipy/reference", None), + "scipy": ("https://docs.scipy.org/doc/scipy", None), "numba": ("https://numba.pydata.org/numba-doc/latest", None), "matplotlib": ("https://matplotlib.org/stable/", None), "dask": ("https://docs.dask.org/en/latest", None), From c158bcb0dbc2dc9df2741dba978615763f673c07 Mon Sep 17 00:00:00 2001 From: Keewis Date: Mon, 2 Aug 2021 16:26:50 +0200 Subject: [PATCH 2/2] [skip-ci]