Tell readthedocs to use Python 3.6 because 3.5.2 is bugged

https://github.com/rtfd/readthedocs.org/issues/5051
To be removed once readthedocs images use an updated
Python interpreter.
This commit is contained in:
Dan 2019-01-02 18:19:37 +01:00
parent 1960b00280
commit 12e070f6b1

6
readthedocs.yml Normal file
View File

@ -0,0 +1,6 @@
build:
image: latest
python:
version: 3.6
setup_py_install: true