Revision 147b24f4e42d44c2351c9d97c74069ca1ce70fb3 authored by Paul La Plante on 03 September 2017, 23:59:04 UTC, committed by Adam Beardsley on 04 September 2017, 12:43:49 UTC
1 parent bcb045e
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