Revision f0ce5e984235ad274ece7b55032b679864f799f0 authored by Bryna Hazelton on 17 August 2017, 18:29:32 UTC, committed by Adam Beardsley on 18 August 2017, 16:55:01 UTC
1 parent d5a7495
Raw File
.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