diff --git a/doc/source/conf.py b/doc/source/conf.py index f4e03a5fb1f..0b335cb0883 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -130,7 +130,7 @@ def setup(app): # Intersphinx mapping intersphinx_mapping = { - "python": ("https://docs.python.org/3", None), + "python": ("https://docs.python.org/3.11", None), "scipy": ("https://docs.scipy.org/doc/scipy/reference", None), "numpy": ("https://numpy.org/devdocs", None), "matplotlib": ("https://matplotlib.org/stable", None), @@ -379,4 +379,4 @@ def setup(app): author, "manual", ), -] \ No newline at end of file +]