Skip to content

Commit

Permalink
Added homura as mock module for readthedocs
Browse files Browse the repository at this point in the history
  • Loading branch information
shichao-an committed Mar 17, 2015
1 parent 9842470 commit 17e9073
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 @@ -28,7 +28,7 @@ class Mock(MagicMock):
def __getattr__(cls, name):
return Mock()

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

# -- General configuration ------------------------------------------------
Expand Down

0 comments on commit 17e9073

Please sign in to comment.