diff --git a/docs/conf.py b/docs/conf.py index 702821c470f4..004e903e5ecc 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -203,7 +203,7 @@ def git_describe_version(original_version): intersphinx_mapping = { "python": ("https://docs.python.org/{.major}".format(sys.version_info), None), "numpy": ("https://numpy.org/doc/stable", None), - "scipy": ("https://docs.scipy.org/doc/scipy/", None), + "scipy": ("https://docs.scipy.org/doc/scipy-1.8.0/html-scipyorg/", None), "matplotlib": ("https://matplotlib.org/", None), }