From 1119a0bb13ae076c6c123a45375c461edf98848e Mon Sep 17 00:00:00 2001 From: Peter Corke Date: Sun, 19 Jan 2025 22:29:17 +1000 Subject: [PATCH] Fix the intersphinx source for matplotlib. --- docs/source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 369c185b..b039bc85 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -187,7 +187,7 @@ intersphinx_mapping = { "numpy": ("http://docs.scipy.org/doc/numpy/", None), "scipy": ("http://docs.scipy.org/doc/scipy/reference/", None), - "matplotlib": ("http://matplotlib.sourceforge.net/", None), + "matplotlib": ("https://matplotlib.org/stable/", None), } # -------- Options favicon -------------------------------------------------------#