Skip to content
Snippets Groups Projects
Commit 9715621a authored by Drew Devereux's avatar Drew Devereux
Browse files

Merge branch 'MCCS-195' into 'master'

[MCCS-195] Mock out pytransitions in sphinx docs build

See merge request ska-telescope/lmc-base-classes!30
parents 221be16f 09c5008f
Branches
Tags 0.6.6
No related merge requests found
release=0.6.5 release=0.6.6
tag=lmcbaseclasses-0.6.5 tag=lmcbaseclasses-0.6.6
...@@ -25,6 +25,9 @@ The lmc-base-classe repository contains set of eight classes as mentioned in SKA ...@@ -25,6 +25,9 @@ The lmc-base-classe repository contains set of eight classes as mentioned in SKA
## Version History ## Version History
#### 0.6.6
- Documentation bugfix
#### 0.6.5 #### 0.6.5
- Fix to observation state machine: allow Abort() from RESETTING observation - Fix to observation state machine: allow Abort() from RESETTING observation
state state
......
...@@ -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
......
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
"""Release information for lmc-base-classes Python Package""" """Release information for lmc-base-classes Python Package"""
name = """lmcbaseclasses""" name = """lmcbaseclasses"""
version = "0.6.5" version = "0.6.6"
version_info = version.split(".") version_info = version.split(".")
description = """A set of generic base devices for SKA Telescope.""" description = """A set of generic base devices for SKA Telescope."""
author = "SKA India and SARAO and CSIRO" author = "SKA India and SARAO and CSIRO"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment