Revision 9e0e9ce8113caa8f504627cf315f13bb86926d72 authored by Paul La Plante on 27 October 2018, 17:07:06 UTC, committed by Paul La Plante on 30 October 2018, 00:46:57 UTC
1 parent 1f4345d
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