Skip to content

Commit

Permalink
DOC: fix intersphinx links (scipy#15673)
Browse files Browse the repository at this point in the history
  • Loading branch information
tupui authored Feb 28, 2022
1 parent 55acf56 commit 3703946
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 @@ -234,10 +234,10 @@
# Intersphinx configuration
# -----------------------------------------------------------------------------
intersphinx_mapping = {
'python': ('https://docs.python.org/dev', None),
'python': ('https://docs.python.org/3', None),
'numpy': ('https://numpy.org/devdocs', None),
'neps': ('https://numpy.org/neps', None),
'matplotlib': ('https://matplotlib.org', None),
'matplotlib': ('https://matplotlib.org/stable', None),
'asv': ('https://asv.readthedocs.io/en/stable/', None),
}

Expand Down

0 comments on commit 3703946

Please sign in to comment.