Revision b8cd2bf2465d528cefb04a0ee4264287074ba039 authored by Bryna Hazelton on 25 October 2017, 22:51:40 UTC, committed by Danny Jacobs on 27 October 2017, 19:54:58 UTC
1 parent 5d28bf2
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