MTPyroger/readthedocs.yml
Dan 12e070f6b1 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.
2019-01-02 18:20:51 +01:00

6 lines
71 B
YAML

build:
image: latest
python:
version: 3.6
setup_py_install: true