https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 8f4c03a78d87e6935b4a5d08a8f568b527a42f52 authored by Garrett Keating on 03 August 2020, 13:48:59 UTC, committed by Garrett Keating on 03 August 2020, 13:48:59 UTC
2 parent s 9abec72 + b7e84ff
Raw File
Tip revision: 8f4c03a78d87e6935b4a5d08a8f568b527a42f52 authored by Garrett Keating on 03 August 2020, 13:48:59 UTC
Merge branch 'submillimeter_array' of github.com:Smithsonian/pyuvdata into submillimeter_array
Tip revision: 8f4c03a
.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