Skip to content

Commit

Permalink
Tweak conf
Browse files Browse the repository at this point in the history
  • Loading branch information
dmasad committed Apr 20, 2016
1 parent d51649d commit 44dd86d
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 @@ -25,7 +25,7 @@ class Mock(MagicMock):
def __getattr__(cls, name):
return Mock()

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

# End of mock
Expand Down

0 comments on commit 44dd86d

Please sign in to comment.