Revision 97e138809d25cd2b6e36b5791efca9b822600a58 authored by Bryna Hazelton on 14 December 2017, 04:11:32 UTC, committed by Danny Jacobs on 18 December 2017, 20:52:09 UTC
1 parent b243743
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