diff --git a/doc/source/conf.py b/doc/source/conf.py index 8b2ae3578a60..130aac573397 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -234,10 +234,10 @@ # Intersphinx configuration # ----------------------------------------------------------------------------- intersphinx_mapping = { - 'python': ('https://docs.python.org/dev', None), + 'python': ('https://docs.python.org/3', None), 'numpy': ('https://numpy.org/devdocs', None), 'neps': ('https://numpy.org/neps', None), - 'matplotlib': ('https://matplotlib.org', None), + 'matplotlib': ('https://matplotlib.org/stable', None), 'asv': ('https://asv.readthedocs.io/en/stable/', None), }