Skip to content

Commit

Permalink
DOC: Mock fiona to get around GDAL dependency on RTD
Browse files Browse the repository at this point in the history
  • Loading branch information
kjordahl committed Nov 20, 2015
1 parent ea3fcf8 commit a886139
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/source/conf.py
Expand Up @@ -16,7 +16,7 @@
# readthedocs can't handle libraries with binary dependencies
import mock

MOCK_MODULES = ['shapely']
MOCK_MODULES = ['shapely', 'fiona']
for mod_name in MOCK_MODULES:
sys.modules[mod_name] = mock.Mock()

Expand Down

0 comments on commit a886139

Please sign in to comment.