Revision 2f7a35ade26bb836b6257fbb1f3df9fa052c3a29 authored by Paul La Plante on 22 September 2017, 20:49:51 UTC, committed by Adam Beardsley on 25 September 2017, 19:25:57 UTC
1 parent 943066d
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