Revision 32bf5530216950a97786369e49b660c08e71d31e authored by Nicholas Kern on 23 July 2018, 02:52:42 UTC, committed by Bryna Hazelton on 24 July 2018, 18:02:39 UTC
1 parent 46cda2f
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