https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 358d49822e4c645551bf2056e1d88e4a121e9631 authored by Garrett Keating on 18 February 2021, 21:26:09 UTC, committed by Bryna Hazelton on 02 April 2021, 22:10:52 UTC
1 parent 77494a6
Raw File
Tip revision: 358d49822e4c645551bf2056e1d88e4a121e9631 authored by Garrett Keating on 18 February 2021, 21:26:09 UTC
Further minor improvements to reorder_freqs
Tip revision: 358d498
.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