Revision de3ab11248c68a08dae02b71b3171795ac492eb6 authored by Paul La Plante on 25 September 2017, 19:54:07 UTC, committed by Adam Beardsley on 02 October 2017, 21:43:41 UTC
1 parent dff0511
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