Add readthedoc.yml file to specify the version of python to run during documentation building. (#17642)

This commit is contained in:
Tom Monck JR 2018-10-22 14:05:00 -04:00 committed by Paulus Schoutsen
parent 399f8a72c3
commit fd9370da39

8
readthedocs.yml Normal file
View file

@ -0,0 +1,8 @@
# .readthedocs.yml
build:
image: latest
python:
version: 3.6
setup_py_install: true