Revision d6ff6e72021ee1e48468eb24e1c7a21e80c60c79 authored by Adam Beardsley on 05 July 2017, 15:44:02 UTC, committed by Danny Jacobs on 05 July 2017, 17:57:22 UTC
1 parent 9ba6ad4
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