https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 7f8a84bc334eec7710b017874da0eeab96b88554 authored by Nicholas Kern on 10 May 2018, 21:24:37 UTC, committed by Bryna Hazelton on 11 May 2018, 06:55:31 UTC
1 parent 446ece8
Raw File
Tip revision: 7f8a84bc334eec7710b017874da0eeab96b88554 authored by Nicholas Kern on 10 May 2018, 21:24:37 UTC
minor comment typo
Tip revision: 7f8a84b
.readthedocs.yml
# Don't build any extra formats
formats:
    - none
conda:
    file: ci/rtd_env.yml
python:
   version: 2.7
python:
   setup_py_install: true
back to top