Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
gerardparis committed Sep 21, 2016
2 parents 1b01b6c + 9ed2c20 commit 9960863
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -305,5 +305,5 @@ def __getattr__(cls, name):
return Mock()

if on_rtd:
MOCK_MODULES = ['pyactive.controller.init_host', 'pyactive.controller.start_controller']
MOCK_MODULES = ['pyactive.controller', 'pyactive.controller']
sys.modules.update((mod_name, Mock()) for mod_name in MOCK_MODULES)

0 comments on commit 9960863

Please sign in to comment.