diff --git a/doc/conf.py b/doc/conf.py index 6651383fcacb..8447f9da40c6 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -273,7 +273,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),