Skip to content

Commit

Permalink
Update the doc conf.py file no mock trollsift
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Raspaud <martin.raspaud@smhi.se>
  • Loading branch information
mraspaud committed Mar 8, 2016
1 parent ac5dfdc commit 4cba882
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 @@ -40,7 +40,7 @@ def __getattr__(cls, name):

MOCK_MODULES = ['Image', 'pyhdf.SD', 'pyhdf.error', 'numpy', 'numpy.core',
'numpy.core.multiarray', 'pyresample', 'pyresample.utils',
'pyresample.geometry', 'pyresample.kd_tree', 'h5py']
'pyresample.geometry', 'pyresample.kd_tree', 'h5py', 'trollsift']
for mod_name in MOCK_MODULES:
sys.modules[mod_name] = Mock()

Expand All @@ -66,7 +66,7 @@ def __getattr__(cls, name):

# General information about the project.
project = u'satpy'
copyright = u'2009-2013, The pytroll crew'
copyright = u'2009-2016, The pytroll crew'

# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
Expand Down

0 comments on commit 4cba882

Please sign in to comment.