Force RTD to pip install rather than use setup.py install

This commit is contained in:
Will Tekulve 2018-03-20 21:19:09 -04:00 committed by Rapptz
parent 2e4e392b25
commit ab78613c13

11
.readthedocs.yml Normal file
View File

@ -0,0 +1,11 @@
formats:
- pdf
build:
image: latest
python:
version: 3.6
pip_install: true
extra_requirements:
- docs