Add readthedoc.yml file to specify the version of python to run during documentation building. (#17642)
This commit is contained in:
parent
399f8a72c3
commit
fd9370da39
1 changed files with 8 additions and 0 deletions
8
readthedocs.yml
Normal file
8
readthedocs.yml
Normal file
|
@ -0,0 +1,8 @@
|
|||
# .readthedocs.yml
|
||||
|
||||
build:
|
||||
image: latest
|
||||
|
||||
python:
|
||||
version: 3.6
|
||||
setup_py_install: true
|
Loading…
Add table
Reference in a new issue