Skip to content
Snippets Groups Projects
Commit c46eeb11 authored by Anton Joubert's avatar Anton Joubert
Browse files

Fix docs build by mocking ska_logging

There was no content for the all the devices as the module
`ska_logging` isn't installed.  It needs to be mocked.
parent 5bdedbed
No related branches found
No related tags found
No related merge requests found
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
# 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.configuration'] 'future', 'future.utils', '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