mirror of
https://github.com/home-assistant/core.git
synced 2025-07-22 20:57:21 +00:00
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
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…
x
Reference in New Issue
Block a user