mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 11:17:21 +00:00
Update readthedocs config (#65230)
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
This commit is contained in:
parent
d4370395e2
commit
40d871a1a3
@ -1,10 +1,14 @@
|
|||||||
# .readthedocs.yml
|
# .readthedocs.yml
|
||||||
|
|
||||||
|
version: 2
|
||||||
|
|
||||||
build:
|
build:
|
||||||
image: latest
|
os: ubuntu-20.04
|
||||||
|
tools:
|
||||||
|
python: "3.9"
|
||||||
|
|
||||||
python:
|
python:
|
||||||
version: 3.8
|
install:
|
||||||
setup_py_install: true
|
- method: setuptools
|
||||||
|
path: .
|
||||||
requirements_file: requirements_docs.txt
|
- requirements: requirements_docs.txt
|
||||||
|
Loading…
x
Reference in New Issue
Block a user