https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision b003848d6adf52e8f8afae58c122368e03f7baa7 authored by Bryna Hazelton on 22 May 2019, 23:51:43 UTC, committed by Bryna Hazelton on 23 May 2019, 18:17:56 UTC
1 parent a24b7b2
Raw File
Tip revision: b003848d6adf52e8f8afae58c122368e03f7baa7 authored by Bryna Hazelton on 22 May 2019, 23:51:43 UTC
more docstring improvements
Tip revision: b003848
.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