Skip to content

Commit

Permalink
Mock scipy and osgeo to fix doc generation problems
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 44d3a7d commit 7005fcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def __getattr__(cls, name):
'numpy.core.multiarray', 'pyresample', 'pyresample.utils',
'pyresample.geometry', 'pyresample.kd_tree', 'h5py',
'trollsift', 'trollsift.parser', 'trollimage', 'trollimage.image', 'netCDF4',
'pyproj', 'scipy.special', 'mipp', ]
'pyproj', 'scipy', 'scipy.special', 'mipp', 'osgeo']
for mod_name in MOCK_MODULES:
sys.modules[mod_name] = Mock()

Expand Down

0 comments on commit 7005fcd

Please sign in to comment.