From f29ec904f6db352501c674e39787c7b48d1059fb Mon Sep 17 00:00:00 2001 From: Jake VanderPlas Date: Thu, 16 Nov 2023 07:59:07 -0800 Subject: [PATCH] CI: fix doc build --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index ab46ca7a2..917382d67 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -78,7 +78,7 @@ extensions = [ intersphinx_mapping = { 'python': ('https://docs.python.org/3/', None), 'numpy': ('https://numpy.org/doc/stable/', None), - 'scipy': ('https://docs.scipy.org/doc/scipy-1.8.1/', None), + 'scipy': ('https://docs.scipy.org/doc/scipy/reference/', None), } suppress_warnings = [