From d3333ee49e373f9888242990958a9a98227d972d Mon Sep 17 00:00:00 2001 From: Jody Klymak Date: Tue, 16 Feb 2021 21:41:35 -0800 Subject: [PATCH] Update matplotlib canonical Please see https://discourse.matplotlib.org/t/canonical-documentation-have-moved/21863 --- 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 7cd9743e463d0..66f5e631fa656 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -423,7 +423,7 @@ if include_api: intersphinx_mapping = { "dateutil": ("https://dateutil.readthedocs.io/en/latest/", None), - "matplotlib": ("https://matplotlib.org/", None), + "matplotlib": ("https://matplotlib.org/stable/", None), "numpy": ("https://numpy.org/doc/stable/", None), "pandas-gbq": ("https://pandas-gbq.readthedocs.io/en/latest/", None), "py": ("https://pylib.readthedocs.io/en/latest/", None),