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

Merge branch 'mccs-331-mock-numpy' into 'master'

[MCCS-331] Mock out numpy in docs generation

See merge request ska-telescope/lmc-base-classes!38
parents 4e76e333 0950a1fc
No related branches found
No related tags found
No related merge requests found
release=0.8.0
tag=lmcbaseclasses-0.8.0
release=0.8.1
tag=lmcbaseclasses-0.8.1
......@@ -25,6 +25,9 @@ The lmc-base-classe repository contains set of eight classes as mentioned in SKA
## Version History
#### 0.8.1
- Fix broken docs
#### 0.8.0
- Add base classes for CSP SubElements
......
......@@ -28,7 +28,9 @@
autodoc_mock_imports = ['PyTango', 'tango', 'tango.server', 'run', 'command',
'future', 'future.utils', 'transitions',
'ska.logging', 'ska.logging.configuration']
'ska.logging', 'ska.logging.configuration',
'numpy'
]
import sys
import os
......
......@@ -7,7 +7,7 @@
"""Release information for lmc-base-classes Python Package"""
name = """lmcbaseclasses"""
version = "0.8.0"
version = "0.8.1"
version_info = version.split(".")
description = """A set of generic base devices for SKA Telescope."""
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