From bd982b5a0cc087ad1fbc71637179ae11c2ec9444 Mon Sep 17 00:00:00 2001 From: Keewis Date: Mon, 1 Jun 2020 16:52:19 +0200 Subject: [PATCH] update numpy's intersphinx url --- doc/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/conf.py b/doc/conf.py index 5d304dab362..6b16468d29e 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -351,7 +351,7 @@ "python": ("https://docs.python.org/3/", None), "pandas": ("https://pandas.pydata.org/pandas-docs/stable", None), "iris": ("https://scitools.org.uk/iris/docs/latest", None), - "numpy": ("https://docs.scipy.org/doc/numpy", None), + "numpy": ("https://numpy.org/doc/stable", None), "scipy": ("https://docs.scipy.org/doc/scipy/reference", None), "numba": ("https://numba.pydata.org/numba-doc/latest", None), "matplotlib": ("https://matplotlib.org", None),