Skip to content

Commit

Permalink
RTFD work-around
Browse files Browse the repository at this point in the history
  • Loading branch information
tomnor committed Oct 19, 2014
1 parent 437007e commit bc007e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/conf.py
Expand Up @@ -42,7 +42,7 @@ class Mock(MagicMock):
def __getattr__(cls, name):
return Mock()

MOCK_MODULES = ['numpy']
MOCK_MODULES = ['numpy', 'xlrd']
sys.modules.update((mod_name, Mock()) for mod_name in MOCK_MODULES)


Expand Down

0 comments on commit bc007e1

Please sign in to comment.