Skip to content

Commit 40d871a

Browse files
scopMartinHjelmare
andauthored
Update readthedocs config (home-assistant#65230)
Co-authored-by: Martin Hjelmare <[email protected]>
1 parent d437039 commit 40d871a

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

.readthedocs.yml

+9-5
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
11
# .readthedocs.yml
22

3+
version: 2
4+
35
build:
4-
image: latest
6+
os: ubuntu-20.04
7+
tools:
8+
python: "3.9"
59

610
python:
7-
version: 3.8
8-
setup_py_install: true
9-
10-
requirements_file: requirements_docs.txt
11+
install:
12+
- method: setuptools
13+
path: .
14+
- requirements: requirements_docs.txt

0 commit comments

Comments
 (0)