Skip to content

Commit 4fd3df5

Browse files
authored
Merge pull request #32303 from rcomer/scipy-doc
DOC: correct scipy intersphinx mapping to link to docs site
2 parents f3877c5 + afda757 commit 4fd3df5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

doc/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ def autodoc_process_bases(app, name, obj, options, bases):
277277
'pandas': ('https://pandas.pydata.org/docs/', None),
278278
'pytest': ('https://pytest.org/en/stable/', None),
279279
'python': ('https://docs.python.org/3/', None),
280-
'scipy': ('https://static.scipy.org/doc/scipy/', None),
280+
'scipy': ('https://docs.scipy.org/doc/scipy/', 'https://static.scipy.org/doc/scipy/objects.inv'),
281281
'tornado': ('https://www.tornadoweb.org/en/stable/', None),
282282
'wx': ('https://docs.wxpython.org/', None),
283283
'xarray': ('https://docs.xarray.dev/en/stable/', None),

0 commit comments

Comments
 (0)