https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 45085fc505dc80aeebf23dc50e93915f29cb3e37 authored by pyxieloustar on 01 December 2022, 22:18:08 UTC, committed by pyxieloustar on 01 December 2022, 22:20:24 UTC
1 parent ad8443b
Raw File
Tip revision: 45085fc505dc80aeebf23dc50e93915f29cb3e37 authored by pyxieloustar on 01 December 2022, 22:18:08 UTC
update antenna number handling in fhd_cal
Tip revision: 45085fc
.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.8
  install:
    - method: pip
      path: .
      extra_requirements:
         - doc
    - requirements: docs/requirements.txt
back to top