Skip to content

Commit

Permalink
DOC: inter-sphinx mappings moved
Browse files Browse the repository at this point in the history
  • Loading branch information
christianbrodbeck committed Jan 25, 2017
1 parent 82981ea commit 9831638
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,11 +103,11 @@

# -- Custom Options -----------------------------------------------------------

intersphinx_mapping = {'python': ('http://docs.python.org/2.7', None),
intersphinx_mapping = {'python': ('https://docs.python.org/2.7', None),
'mne': ('http://martinos.org/mne/stable', None),
'matplotlib': ('http://matplotlib.org', None),
'numpy': ('http://docs.scipy.org/doc/numpy/', None),
'scipy': ('http://docs.scipy.org/doc/scipy/reference', None)}
'numpy': ('https://docs.scipy.org/doc/numpy', None),
'scipy': ('https://docs.scipy.org/doc/scipy/reference', None)}
# http://sphinx.pocoo.org/ext/intersphinx.html


Expand Down

0 comments on commit 9831638

Please sign in to comment.