Revision 4d6b89900a173bdb670de78137ffd41719757856 authored by Nicholas Kern on 02 December 2017, 05:40:24 UTC, committed by Adam Beardsley on 06 December 2017, 21:08:51 UTC
1 parent e5da3d0
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