Skip to content

Commit

Permalink
Fix error building on RTD.
Browse files Browse the repository at this point in the history
  • Loading branch information
aarant committed Oct 24, 2017
1 parent afe75a3 commit 2e0bf19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def __getattr__(cls, name):
return MagicMock()

MOCK_MODULES = ['serial', 'serial.tools.list_ports', 'matplotlib', 'matplotlib.backends.backend_tkagg',
'matplotlib.pyplot', 'argparse', 'urllib', 're']
'matplotlib.pyplot', 'argparse', 'urllib']
for mod_name in MOCK_MODULES:
sys.modules[mod_name] = Mock()

Expand Down

0 comments on commit 2e0bf19

Please sign in to comment.