Revision e3c4f926534b1d053d1b81977efd426d44365a2d authored by Bryna Hazelton on 26 January 2018, 05:16:06 UTC, committed by Adam Beardsley on 27 January 2018, 00:11:02 UTC
1 parent 96efebb
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