Revision a23d396ec6106287ad4f73f34ea1c39c1d08f0de authored by Paul La Plante on 29 September 2017, 22:49:16 UTC, committed by Adam Beardsley on 02 October 2017, 21:43:41 UTC
1 parent 1a0c71d
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