Skip to content

Commit cd5c61c

Browse files
authored
Merge pull request #22436 from meeseeksmachine/auto-backport-of-pr-22431-on-v3.5.x
Backport PR #22431 on branch v3.5.x (Update Scipy intersphinx inventory link)
2 parents 9d9a506 + bb678f9 commit cd5c61c

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

doc/conf.py

+1-3
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ def _check_dependencies():
160160
'pandas': ('https://pandas.pydata.org/pandas-docs/stable/', None),
161161
'pytest': ('https://pytest.org/en/stable/', None),
162162
'python': ('https://docs.python.org/3/', None),
163-
'scipy': ('https://docs.scipy.org/doc/scipy/reference/', None),
163+
'scipy': ('https://docs.scipy.org/doc/scipy/', None),
164164
'tornado': ('https://www.tornadoweb.org/en/stable/', None),
165165
}
166166

@@ -189,8 +189,6 @@ def matplotlib_reduced_latex_scraper(block, block_vars, gallery_conf,
189189
'doc_module': ('matplotlib', 'mpl_toolkits'),
190190
'reference_url': {
191191
'matplotlib': None,
192-
'numpy': 'https://numpy.org/doc/stable/',
193-
'scipy': 'https://docs.scipy.org/doc/scipy/reference/',
194192
},
195193
'backreferences_dir': Path('api') / Path('_as_gen'),
196194
'subsection_order': gallery_order.sectionorder,

doc/devel/documenting_mpl.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ commands::
307307

308308
python -m sphinx.ext.intersphinx 'https://docs.python.org/3/objects.inv'
309309
python -m sphinx.ext.intersphinx 'https://numpy.org/doc/stable/objects.inv'
310-
python -m sphinx.ext.intersphinx 'https://docs.scipy.org/doc/scipy/reference/objects.inv'
310+
python -m sphinx.ext.intersphinx 'https://docs.scipy.org/doc/scipy/objects.inv'
311311
python -m sphinx.ext.intersphinx 'https://pandas.pydata.org/pandas-docs/stable/objects.inv'
312312

313313
.. _rst-figures-and-includes:

0 commit comments

Comments
 (0)