From 206b0d9dc39004e4ffb2a5bd227e82c6e21b8411 Mon Sep 17 00:00:00 2001 From: Cedric Verstege Date: Tue, 19 Dec 2023 13:50:45 +0100 Subject: [PATCH] [doc] update intersphinx URLs --- doc/src/conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/src/conf.py b/doc/src/conf.py index 896e03e0..e500c615 100644 --- a/doc/src/conf.py +++ b/doc/src/conf.py @@ -96,8 +96,8 @@ # set up intersphinx intersphinx_mapping = {'python': ('https://docs.python.org/3', None), 'numpy': ('https://numpy.org/doc/stable', None), - 'scipy': ('https://docs.scipy.org/doc/scipy/reference', None), - 'matplotlib': ('https://matplotlib.org/', None), + 'scipy': ('https://docs.scipy.org/doc/scipy/', None), + 'matplotlib': ('https://matplotlib.org/stable/', None), 'iminuit': ('https://iminuit.readthedocs.io/en/latest', None)} # Add any paths that contain templates here, relative to this directory.