https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision d63c41a44cb22eb9151e679848844e26377d21df authored by Bryna Hazelton on 11 October 2018, 20:20:24 UTC, committed by Bryna Hazelton on 15 October 2018, 17:25:41 UTC
1 parent 9dff911
Raw File
Tip revision: d63c41a44cb22eb9151e679848844e26377d21df authored by Bryna Hazelton on 11 October 2018, 20:20:24 UTC
Update the readme to explain the versioning scheme (#446)
Tip revision: d63c41a
.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