From e6e7f300003a6c256e48dc2d8b9328a9e1798023 Mon Sep 17 00:00:00 2001 From: Thomas A Caswell Date: Fri, 4 Sep 2026 14:41:03 -0400 Subject: [PATCH] DOC: switch to more stable location for intershpinx registry --- doc/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/conf.py b/doc/conf.py index 3419674f7c70..b23e57f256a9 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -277,7 +277,7 @@ def autodoc_process_bases(app, name, obj, options, bases): 'pandas': ('https://pandas.pydata.org/docs/', None), 'pytest': ('https://pytest.org/en/stable/', None), 'python': ('https://docs.python.org/3/', None), - 'scipy': ('https://docs.scipy.org/doc/scipy/', None), + 'scipy': ('https://static.scipy.org/doc/scipy/', None), 'tornado': ('https://www.tornadoweb.org/en/stable/', None), 'wx': ('https://docs.wxpython.org/', None), 'xarray': ('https://docs.xarray.dev/en/stable/', None),