From 7ca98e0b5416955c43f1b4290c22f348b764369f Mon Sep 17 00:00:00 2001 From: Andreas Kloeckner <inform@tiker.net> Date: Sun, 27 Feb 2022 14:56:29 -0600 Subject: [PATCH] Fix URL for matplotib intersphinx inventory --- doc/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/conf.py b/doc/conf.py index 744477df..5af7433c 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -25,5 +25,5 @@ intersphinx_mapping = { "https://documen.tician.de/pytential/": None, "https://documen.tician.de/boxtree/": None, "https://docs.sympy.org/latest/": None, - "https://matplotlib.org/": None, + "https://matplotlib.org/stable/": None, } -- GitLab