Revision 20cdd3eea59cadbf76e565e7ca79306eb9169685 authored by Bryna Hazelton on 07 May 2019, 01:17:55 UTC, committed by Jonathan Pober on 23 May 2019, 00:22:22 UTC
1 parent 1858800
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