From 80cd14b36140ac5afaea675056f92240c994ec0b Mon Sep 17 00:00:00 2001 From: Jody Klymak Date: Tue, 16 Feb 2021 21:47:32 -0800 Subject: [PATCH] Update matplotlib's canonical Please see: https://discourse.matplotlib.org/t/canonical-documentation-have-moved/21863 --- doc/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/conf.py b/doc/conf.py index 14b28b4e471..def4bb0b229 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -415,7 +415,7 @@ "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), + "matplotlib": ("https://matplotlib.org/stable/", None), "dask": ("https://docs.dask.org/en/latest", None), "cftime": ("https://unidata.github.io/cftime", None), "rasterio": ("https://rasterio.readthedocs.io/en/latest", None),