From f906500904e6522db7597ec5394d63a845cba3e3 Mon Sep 17 00:00:00 2001 From: Scott Huberty Date: Fri, 17 Oct 2025 09:32:43 -0700 Subject: [PATCH] DOC: use Scipy's stable site for intersphinx --- doc/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/conf.py b/doc/conf.py index 41f770d5e..6fa488c16 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -171,7 +171,7 @@ # When https://github.com/scipy/docs.scipy.org/issues/102 is resolved, we can # remove the scipy entry below and rely on intersphinx_registry. intersphinx_mapping = { - "scipy": ("https://scipy.github.io/devdocs/", None), + "scipy": ("https://docs.scipy.org/doc/scipy", None), "mne-gui-addons": ("https://mne.tools/mne-gui-addons", None), } intersphinx_mapping.update(