https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 84b8f0c3ba1c2b3c16180f28adf0d0beae8e50d6 authored by Bryna Hazelton on 18 March 2020, 15:35:33 UTC, committed by Bryna Hazelton on 19 March 2020, 03:56:28 UTC
1 parent 07d7cbb
Raw File
Tip revision: 84b8f0c3ba1c2b3c16180f28adf0d0beae8e50d6 authored by Bryna Hazelton on 18 March 2020, 15:35:33 UTC
Add warning to prevent silent failure in resample in time
Tip revision: 84b8f0c
.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