Commit b2681b47 authored by Elisabetta Giani's avatar Elisabetta Giani
Browse files

Merge branch 'fix-readthedocs'

parents 2f181055 5ef001ef
Loading
Loading
Loading
Loading
Loading
+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
+2 −2
Original line number Diff line number Diff line
@@ -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'
                 ]
+3 −0
Original line number Diff line number Diff line
name: py3
channels:
- tango-controls
dependencies:
- python=3
- numpy
@@ -8,3 +10,4 @@ dependencies:
- pillow
- sphinx
- sphinx_rtd_theme
- pytango