Revision 9f0370868256cfffaaf998f044d81e326e4a6059 authored by Adam Beardsley on 18 April 2019, 22:59:18 UTC, committed by Bryna Hazelton on 22 April 2019, 17:25:26 UTC
1 parent 5cf2328
Raw File
.readthedocs.yml
# Don't build any extra formats
formats:
    - none
conda:
    file: ci/rtd_env.yml
build:
    image: latest
python:
   version: 3.6
python:
   setup_py_install: true
back to top