https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 18588004661963e7129eff7f2f7bdb5d893893b8 authored by Bryna Hazelton on 07 May 2019, 00:58:02 UTC, committed by Jonathan Pober on 23 May 2019, 00:22:22 UTC
1 parent 6f84537
Raw File
Tip revision: 18588004661963e7129eff7f2f7bdb5d893893b8 authored by Bryna Hazelton on 07 May 2019, 00:58:02 UTC
Improve linking and rendering of tutorials
Tip revision: 1858800
.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