mirror of
https://github.com/Electric-Special/ha-core.git
synced 2026-03-21 09:03:13 +01:00
Add readthedoc.yml file to specify the version of python to run during documentation building. (#17642)
This commit is contained in:
committed by
Paulus Schoutsen
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
|
||||
Reference in New Issue
Block a user