From 1fa26b81d00a7b137adfdd65a65687b12c00c5e8 Mon Sep 17 00:00:00 2001 From: Kevin Anderson Date: Fri, 11 Apr 2025 08:03:46 -0400 Subject: [PATCH] [DOC] update scipy intersphinx url --- docs/sphinx/source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sphinx/source/conf.py b/docs/sphinx/source/conf.py index 5c1a85ddc5..c6e4e36346 100644 --- a/docs/sphinx/source/conf.py +++ b/docs/sphinx/source/conf.py @@ -66,7 +66,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/', None), 'pandas': ('https://pandas.pydata.org/pandas-docs/stable', None), 'matplotlib': ('https://matplotlib.org/stable', None), }