Skip to content

Commit

Permalink
Merge pull request #21143 from charris/backport-21016
Browse files Browse the repository at this point in the history
MAINT, DOC: Fix SciPy intersphinx link
  • Loading branch information
charris committed Mar 3, 2022
2 parents 19f6550 + b8c9ca7 commit b49feda
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/source/conf.py
Expand Up @@ -297,8 +297,8 @@ def setup(app):
# -----------------------------------------------------------------------------
intersphinx_mapping = {
'neps': ('https://numpy.org/neps', None),
'python': ('https://docs.python.org/dev', None),
'scipy': ('https://docs.scipy.org/doc/scipy/reference', None),
'python': ('https://docs.python.org/3', None),
'scipy': ('https://docs.scipy.org/doc/scipy', None),
'matplotlib': ('https://matplotlib.org/stable', None),
'imageio': ('https://imageio.readthedocs.io/en/stable', None),
'skimage': ('https://scikit-image.org/docs/stable', None),
Expand Down

0 comments on commit b49feda

Please sign in to comment.