https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 39c51c2d66cdb95a5a709fb662c18e886ebf53bd authored by Bryna Hazelton on 14 May 2019, 19:20:44 UTC, committed by Jonathan Pober on 17 May 2019, 17:36:25 UTC
1 parent e28a272
Raw File
Tip revision: 39c51c2d66cdb95a5a709fb662c18e886ebf53bd authored by Bryna Hazelton on 14 May 2019, 19:20:44 UTC
improve linking and dependencies section
Tip revision: 39c51c2
.readthedocs.yml
# Don't build any extra formats
formats:
    - none
conda:
    file: ci/rtd_env.yml
build:
    image: latest
python:
   version: 3.6
python:
   setup_py_install: true
back to top