Skip to content

Commit

Permalink
Add additional mock libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
David Hadka committed Sep 16, 2015
1 parent a500930 commit 1a9b3a7
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 @@ -19,7 +19,7 @@
# Work on ReadTheDocs.org
#on_rtd = os.environ.get('READTHEDOCS', None) == 'True'
#if on_rtd:
MOCK_MODULES = [ 'numpy', 'scipy', 'matplotlib' ]
MOCK_MODULES = [ 'numpy', 'scipy', 'scipy.linalg', 'scipy.misc', 'matplotlib' ]
try:
from unittest.mock import MagicMock
class Mock(MagicMock):
Expand Down

0 comments on commit 1a9b3a7

Please sign in to comment.