Skip to content

Commit 2d2b019

Browse files
authored
Merge pull request #53 from pllim/scipy-intersphinx
Update scipy intersphinx URL
2 parents 6928e75 + a952b69 commit 2d2b019

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sphinx_astropy/conf/v1.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ def check_sphinx_version(expected_version):
5959
'local', 'python3_local_links.inv'))),
6060
'numpy': ('https://numpy.org/doc/stable/',
6161
(None, 'http://data.astropy.org/intersphinx/numpy.inv')),
62-
'scipy': ('https://docs.scipy.org/doc/scipy/reference/',
62+
'scipy': ('https://docs.scipy.org/doc/scipy/',
6363
(None, 'http://data.astropy.org/intersphinx/scipy.inv')),
6464
'matplotlib': ('https://matplotlib.org/stable/',
6565
(None, 'http://data.astropy.org/intersphinx/matplotlib.inv')),

0 commit comments

Comments
 (0)