Revision 2276c73c5972593a43563011eeedf41539cb1dff authored by Zachary Martinot on 23 August 2017, 22:39:25 UTC, committed by Bryna Hazelton on 05 November 2017, 04:58:06 UTC
1 parent a20dc5f
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