https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 742084169a988e82ef5cd1b801b7fc93340166bc authored by Matthew Kolopanis on 28 April 2021, 16:08:43 UTC, committed by Matthew Kolopanis on 06 May 2021, 13:55:56 UTC
1 parent 71b620f
Raw File
Tip revision: 742084169a988e82ef5cd1b801b7fc93340166bc authored by Matthew Kolopanis on 28 April 2021, 16:08:43 UTC
update test actually check the ra/dec of the phase center
Tip revision: 7420841
.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