https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 6b900c767a6525198f4d8f2760c2a4a95c7f9de7 authored by Bryna Hazelton on 05 November 2017, 06:05:53 UTC, committed by Adam Beardsley on 07 November 2017, 23:01:04 UTC
1 parent 02d5418
Raw File
Tip revision: 6b900c767a6525198f4d8f2760c2a4a95c7f9de7 authored by Bryna Hazelton on 05 November 2017, 06:05:53 UTC
attempt to fix RTD build
Tip revision: 6b900c7
.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