Skip to content

Commit

Permalink
Merge pull request #2454 from obspy/intersphinx
Browse files Browse the repository at this point in the history
make interphinx point to latest python version
  • Loading branch information
trichter committed Sep 16, 2019
2 parents 837153c + 32e3fe4 commit 26feb5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion misc/docs/source/conf.py
Expand Up @@ -326,7 +326,7 @@

# Example configuration for intersphinx: refer to the Python standard library.
intersphinx_mapping = {
'python': ('https://docs.python.org/2.7/', None),
'python': ('https://docs.python.org/', None),
'numpy': ('https://docs.scipy.org/doc/numpy/', None),
'scipy': ('https://docs.scipy.org/doc/scipy/reference/', None),
'matplotlib': ('http://matplotlib.org/', None),
Expand Down

0 comments on commit 26feb5d

Please sign in to comment.