Revision 1321900cffc534dfb24cbdb4a944191c7b684518 authored by Matthew Kolopanis on 28 October 2019, 16:11:53 UTC, committed by Bryna Hazelton on 25 November 2019, 23:05:59 UTC
1 parent e463d95
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