Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
christianbrodbeck committed Jan 24, 2017
1 parent be33df7 commit ee9889a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@
#

from datetime import datetime
import os
import sys

import eelbrain

Expand Down Expand Up @@ -108,7 +106,7 @@
intersphinx_mapping = {'python': ('http://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/reference', None),
'numpy': ('http://docs.scipy.org/doc/numpy/', None),
'scipy': ('http://docs.scipy.org/doc/scipy/reference', None)}
# http://sphinx.pocoo.org/ext/intersphinx.html

Expand Down

0 comments on commit ee9889a

Please sign in to comment.