Merge pull request #602 from rtfd/agj/add-rtd-yml

Add readthedocs.yml for per-tag/branch configuration
This commit is contained in:
Anthony 2018-04-05 13:44:53 -06:00 committed by GitHub
commit af3ff632f1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

5
.readthedocs.yml Normal file
View File

@ -0,0 +1,5 @@
build:
image: latest
python:
version: 3.6
requirements_file: docs/requirements.txt