Skip to content

Commit

Permalink
added mock
Browse files Browse the repository at this point in the history
  • Loading branch information
decarlof committed Dec 1, 2016
1 parent 001bf11 commit 69d59e5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,8 @@ def __getattr__(cls, name):
'numpy', 'scipy', 'scipy.stats', 'scipy.ndimage',
'matplotlib', 'matplotlib.pyplot', 'matplotlib.patches',
'phasepack', 'cached-property', 'matplotlib.path',
'matplotlib.patheffects', 'matplotlib.axis', 'scipy.spatial']
'matplotlib.patheffects', 'matplotlib.axis', 'scipy.spatial',
'polytope']

for mod_name in MOCK_MODULES:
sys.modules[mod_name] = Mock()

0 comments on commit 69d59e5

Please sign in to comment.