Loading .readthedocs.yml +19 −1 Original line number Diff line number Diff line # .readthedocs.yml # Read the Docs configuration file # See https://docs.readthedocs.io/en/stable/config-file/v2.html for details # Required version: 2 # Build documentation in the docs/ directory with Sphinx sphinx: configuration: docs/src/conf.py # Build documentation with MkDocs #mkdocs: # configuration: mkdocs.yml # Optionally build your docs in additional formats such as PDF and ePub # formats: all conda: file: docs/src/environment.yml environment: docs/src/environment.yml docs/src/conf.py +2 −2 Original line number Diff line number Diff line Loading @@ -19,9 +19,9 @@ import sys sys.path.append(os.path.abspath('../../csp-lmc-common/')) sys.path.append(os.path.abspath('../../csp-lmc-mid/')) #import tango import tango #import skabase autodoc_mock_imports = ['PyTango', 'tango', 'tango-server','run', 'DeviceMeta', 'command', autodoc_mock_imports = ['PyTango','run', 'DeviceMeta', 'command', 'future', 'future.utils', 'logging', 'logging.handlers', 'ska', 'ska.base', 'SKAMaster', 'SKASubarray','numpy' ] Loading docs/src/environment.yml +3 −0 Original line number Diff line number Diff line name: py3 channels: - tango-controls dependencies: - python=3 - numpy Loading @@ -8,3 +10,4 @@ dependencies: - pillow - sphinx - sphinx_rtd_theme - pytango Loading
.readthedocs.yml +19 −1 Original line number Diff line number Diff line # .readthedocs.yml # Read the Docs configuration file # See https://docs.readthedocs.io/en/stable/config-file/v2.html for details # Required version: 2 # Build documentation in the docs/ directory with Sphinx sphinx: configuration: docs/src/conf.py # Build documentation with MkDocs #mkdocs: # configuration: mkdocs.yml # Optionally build your docs in additional formats such as PDF and ePub # formats: all conda: file: docs/src/environment.yml environment: docs/src/environment.yml
docs/src/conf.py +2 −2 Original line number Diff line number Diff line Loading @@ -19,9 +19,9 @@ import sys sys.path.append(os.path.abspath('../../csp-lmc-common/')) sys.path.append(os.path.abspath('../../csp-lmc-mid/')) #import tango import tango #import skabase autodoc_mock_imports = ['PyTango', 'tango', 'tango-server','run', 'DeviceMeta', 'command', autodoc_mock_imports = ['PyTango','run', 'DeviceMeta', 'command', 'future', 'future.utils', 'logging', 'logging.handlers', 'ska', 'ska.base', 'SKAMaster', 'SKASubarray','numpy' ] Loading
docs/src/environment.yml +3 −0 Original line number Diff line number Diff line name: py3 channels: - tango-controls dependencies: - python=3 - numpy Loading @@ -8,3 +10,4 @@ dependencies: - pillow - sphinx - sphinx_rtd_theme - pytango