From d242c7d57762cfd291a389b0c0bb4426422a5c7f Mon Sep 17 00:00:00 2001 From: mathiasg Date: Mon, 7 Feb 2022 17:14:00 -0500 Subject: [PATCH] DOC: Update scipy intersphinx url --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index e03e8d5ca6..ec6d092395 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -228,7 +228,7 @@ 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), + "scipy": ("https://docs.scipy.org/doc/scipy-1.8.0/html-scipyorg/", None), "matplotlib": ("https://matplotlib.org/", None), "bids": ("https://bids-standard.github.io/pybids/", None), "nibabel": ("https://nipy.org/nibabel/", None),