Skip to content
Snippets Groups Projects
Unverified Commit 5764032b authored by Lochan Babani's avatar Lochan Babani Committed by GitHub
Browse files

Update conf.py

parent 962b0b27
No related branches found
No related tags found
No related merge requests found
...@@ -21,7 +21,7 @@ class Mock(MagicMock): ...@@ -21,7 +21,7 @@ class Mock(MagicMock):
def __getattr__(cls, name): def __getattr__(cls, name):
return MagicMock() return MagicMock()
MOCK_MODULES = ['PyTango', 'tango', 'run', 'DeviceMeta', 'command'] MOCK_MODULES = ['PyTango', 'tango', 'run', 'DeviceMeta', 'command', 'tango.server']
sys.modules.update((mod_name, Mock()) for mod_name in MOCK_MODULES) sys.modules.update((mod_name, Mock()) for mod_name in MOCK_MODULES)
# If extensions (or modules to document with autodoc) are in another directory, # 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