https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 037d21b0be9ae744e39b26af6c65c423c017ace0 authored by Bryna Hazelton on 04 March 2020, 17:06:10 UTC, committed by Matthew Kolopanis on 05 March 2020, 15:43:41 UTC
1 parent c019d2b
Raw File
Tip revision: 037d21b0be9ae744e39b26af6c65c423c017ace0 authored by Bryna Hazelton on 04 March 2020, 17:06:10 UTC
fix pip build, remove conda env yaml
Tip revision: 037d21b
.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