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

[MCCS-331] Mock out numpy in docs generation

parent 4e76e333
No related branches found
No related tags found
No related merge requests found
release=0.8.0 release=0.8.1
tag=lmcbaseclasses-0.8.0 tag=lmcbaseclasses-0.8.1
...@@ -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.8.1
- Fix broken docs
#### 0.8.0 #### 0.8.0
- Add base classes for CSP SubElements - Add base classes for CSP SubElements
......
...@@ -28,7 +28,9 @@ ...@@ -28,7 +28,9 @@
autodoc_mock_imports = ['PyTango', 'tango', 'tango.server', 'run', 'command', autodoc_mock_imports = ['PyTango', 'tango', 'tango.server', 'run', 'command',
'future', 'future.utils', 'transitions', 'future', 'future.utils', 'transitions',
'ska.logging', 'ska.logging.configuration'] 'ska.logging', 'ska.logging.configuration',
'numpy'
]
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.8.0" version = "0.8.1"
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 and INAF" author = "SKA India and SARAO and CSIRO and INAF"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment