Skip to content

Commit

Permalink
Fixing RTD 5
Browse files Browse the repository at this point in the history
  • Loading branch information
akusok committed Jan 21, 2016
1 parent 6e5f578 commit 59e59b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class Mock(MagicMock):
def __getattr__(cls, name):
return Mock()

MOCK_MODULES = ['tables', 'numpy', 'scipy', 'scipy.spatial.distance', 'cdist']
MOCK_MODULES = ['tables', 'numpy', 'scipy', 'scipy.spatial.distance', 'scipy.spatial.distance.cdist']
sys.modules.update((mod_name, Mock()) for mod_name in MOCK_MODULES)

import os
Expand Down

0 comments on commit 59e59b9

Please sign in to comment.