Skip to content

Commit

Permalink
Docs enum fix
Browse files Browse the repository at this point in the history
  • Loading branch information
StanNotebaert committed Aug 17, 2017
1 parent f041db6 commit 3a35ed4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
# -- Copyright date ------------------------------------------------
from datetime import date

import enum
# Mock import modules:
# sudo apt-get install python-mock
import mock
Expand All @@ -34,7 +35,7 @@
'sockjs.tornado', 'tornado', 'tornado.log', 'tornado.wsgi',
'tornado.ioloop', 'tornado.web', 'tornado.httpserver',
'random', 'subprocess', 'base64', 'pluginbase', 'lupa',
'numpy', 'scipy', 'git', 'noise', 'serial', 'pyserial', 'yaml', 'enum']
'numpy', 'scipy', 'git', 'noise', 'serial', 'pyserial', 'yaml']
for mod_name in MOCK_MODULES:
sys.modules[mod_name] = mock.Mock()

Expand Down

0 comments on commit 3a35ed4

Please sign in to comment.