https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision acc218f9b4db469de812ad4af9711353d04f8099 authored by Paul La Plante on 31 January 2022, 23:05:43 UTC, committed by Bryna Hazelton on 01 February 2022, 00:27:53 UTC
1 parent fb2e721
Raw File
Tip revision: acc218f9b4db469de812ad4af9711353d04f8099 authored by Paul La Plante on 31 January 2022, 23:05:43 UTC
Make handling of types in miriad extra_keywords more general
Tip revision: acc218f
.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
back to top