Skip to content

Commit

Permalink
Spoofed the DM API module for use in RTD
Browse files Browse the repository at this point in the history
  • Loading branch information
markmcdowall committed Jun 30, 2017
1 parent 1e71528 commit a2d09a6
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 @@ -26,7 +26,7 @@ class Mock(MagicMock):
def __getattr__(cls, name):
return MagicMock()

MOCK_MODULES = ['pyBigWig']
MOCK_MODULES = ['pyBigWig', 'dmp']
sys.modules.update((mod_name, Mock()) for mod_name in MOCK_MODULES)

import dmp
Expand Down

0 comments on commit a2d09a6

Please sign in to comment.