From 7f86d2dbead1bf794ffcbd4a362cfd1b3cafc9cb Mon Sep 17 00:00:00 2001 From: Jody Klymak Date: Wed, 17 Feb 2021 12:09:30 -0800 Subject: [PATCH] Backport PR #39858: DOC: Update matplotlib canonical --- 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 8ab1c8c2f3428..e3cb6cf7fadd0 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -409,7 +409,7 @@ if pattern is None: 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),