https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision fad3c2b2e4a1d8f566492c05b118c4485fa61bd1 authored by Bryna Hazelton on 02 May 2018, 21:19:34 UTC, committed by Bryna Hazelton on 03 May 2018, 17:10:02 UTC
1 parent 05cba4e
Raw File
Tip revision: fad3c2b2e4a1d8f566492c05b118c4485fa61bd1 authored by Bryna Hazelton on 02 May 2018, 21:19:34 UTC
add clarifying comment
Tip revision: fad3c2b
.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