diff --git a/doc/conf.py b/doc/conf.py index 7d5e729c8a20..a3542e43050b 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -160,7 +160,7 @@ def _check_dependencies(): 'pandas': ('https://pandas.pydata.org/pandas-docs/stable/', None), 'pytest': ('https://pytest.org/en/stable/', None), 'python': ('https://docs.python.org/3/', None), - 'scipy': ('https://docs.scipy.org/doc/scipy/reference/', None), + 'scipy': ('https://docs.scipy.org/doc/scipy/', None), 'tornado': ('https://www.tornadoweb.org/en/stable/', None), 'xarray': ('https://xarray.pydata.org/en/stable/', None), } @@ -190,8 +190,6 @@ def matplotlib_reduced_latex_scraper(block, block_vars, gallery_conf, 'doc_module': ('matplotlib', 'mpl_toolkits'), 'reference_url': { 'matplotlib': None, - 'numpy': 'https://numpy.org/doc/stable/', - 'scipy': 'https://docs.scipy.org/doc/scipy/reference/', }, 'backreferences_dir': Path('api') / Path('_as_gen'), 'subsection_order': gallery_order.sectionorder, diff --git a/doc/devel/documenting_mpl.rst b/doc/devel/documenting_mpl.rst index e95d60a1c5b1..356b223717d5 100644 --- a/doc/devel/documenting_mpl.rst +++ b/doc/devel/documenting_mpl.rst @@ -307,7 +307,7 @@ commands:: python -m sphinx.ext.intersphinx 'https://docs.python.org/3/objects.inv' python -m sphinx.ext.intersphinx 'https://numpy.org/doc/stable/objects.inv' - python -m sphinx.ext.intersphinx 'https://docs.scipy.org/doc/scipy/reference/objects.inv' + python -m sphinx.ext.intersphinx 'https://docs.scipy.org/doc/scipy/objects.inv' python -m sphinx.ext.intersphinx 'https://pandas.pydata.org/pandas-docs/stable/objects.inv' .. _rst-figures-and-includes: