Add ReadTheDocs yml so we can build with Py3.6

This commit is contained in:
James R. Barlow
2018-11-12 13:43:17 -08:00
parent 3a2745445a
commit 4704f7ed1d
+10
View File
@@ -0,0 +1,10 @@
build:
image: latest
python:
version: 3.6
formats:
- pdf
requirements_file: requirements/main.txt