Skip to content
Snippets Groups Projects
Unverified Commit a49f5d1f authored by Aditya Dange's avatar Aditya Dange Committed by GitHub
Browse files

Update conf.py

parent 11c728e9
No related branches found
No related tags found
No related merge requests found
......@@ -23,7 +23,7 @@ class Mock(MagicMock):
# Mock tango modules
MOCK_MODULES = ['PyTango', 'tango', 'tango.server', 'run', 'DeviceMeta', 'command',
'future', 'future.utils', 'logging']
'future', 'future.utils', 'logging', 'logging.handlers']
sys.modules.update((mod_name, Mock()) for mod_name in MOCK_MODULES)
# If extensions (or modules to document with autodoc) are in another directory,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment