diff --git a/docs/src/conf.py b/docs/src/conf.py index 3f36124b46..1058651879 100644 --- a/docs/src/conf.py +++ b/docs/src/conf.py @@ -217,7 +217,7 @@ def _dotv(version): "matplotlib": ("https://matplotlib.org/stable/", None), "numpy": ("https://numpy.org/doc/stable/", None), "python": ("https://docs.python.org/3/", None), - "scipy": ("https://docs.scipy.org/doc/scipy/reference/", None), + "scipy": ("https://docs.scipy.org/doc/scipy/", None), } # The name of the Pygments (syntax highlighting) style to use.