Skip to content
Snippets Groups Projects
Commit 8fdf382b authored by Aditya Dange's avatar Aditya Dange
Browse files

Revert "Update conf.py"

This reverts commit 239b364a.
parent 08f346f2
Branches
Tags
No related merge requests found
......@@ -21,7 +21,7 @@ class Mock(MagicMock):
def __getattr__(cls, name):
return MagicMock()
MOCK_MODULES = ['PyTango', 'tango']
MOCK_MODULES = ['PyTango']
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