Skip to content
Snippets Groups Projects
Unverified Commit 62b4444e authored by Drew Devereux's avatar Drew Devereux
Browse files

[MCCS-195] Mock our transitions in sphinx docs build

parent 221be16f
Branches
Tags
No related merge requests found
...@@ -27,7 +27,8 @@ ...@@ -27,7 +27,8 @@
# sys.modules.update((mod_name, Mock()) for mod_name in MOCK_MODULES) # sys.modules.update((mod_name, Mock()) for mod_name in MOCK_MODULES)
autodoc_mock_imports = ['PyTango', 'tango', 'tango.server', 'run', 'command', autodoc_mock_imports = ['PyTango', 'tango', 'tango.server', 'run', 'command',
'future', 'future.utils', 'ska.logging', 'ska.logging.configuration'] 'future', 'future.utils', 'transitions',
'ska.logging', 'ska.logging.configuration']
import sys import sys
import os import os
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment