Skip to content

Commit

Permalink
MAINT, DOC: Fix SciPy intersphinx link
Browse files Browse the repository at this point in the history
  • Loading branch information
melissawm authored and charris committed Mar 2, 2022
1 parent 593cc07 commit b8c9ca7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/source/conf.py
Original file line number Diff line number Diff line change
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 b8c9ca7

Please sign in to comment.