https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision d1b61c77094a2e6972b7590689f21d67e9d9a59e authored by Paul La Plante on 13 May 2021, 15:39:46 UTC, committed by Bryna Hazelton on 15 May 2021, 00:39:02 UTC
1 parent ef17f67
Raw File
Tip revision: d1b61c77094a2e6972b7590689f21d67e9d9a59e authored by Paul La Plante on 13 May 2021, 15:39:46 UTC
Add test for get_lsts
Tip revision: d1b61c7
.readthedocs.yml
# .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/conf.py

# Do not build the docs in additional formats (e.g. PDF and ePub), use default
formats: []

build:
    image: latest

# Optionally set the version of Python and requirements required to build your docs
python:
  version: 3.7
  install:
    - method: pip
      path: .
      extra_requirements:
         - doc
back to top