https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 4363175d3507e2379e043f9c95c749d9da8731b6 authored by Bryna Hazelton on 10 May 2018, 22:04:53 UTC, committed by Bryna Hazelton on 24 May 2018, 15:49:45 UTC
1 parent be0ac19
Raw File
Tip revision: 4363175d3507e2379e043f9c95c749d9da8731b6 authored by Bryna Hazelton on 10 May 2018, 22:04:53 UTC
A few post-rebase fixes
Tip revision: 4363175
.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