Skip to content

Commit

Permalink
Update readthedocs config (home-assistant#65230)
Browse files Browse the repository at this point in the history
Co-authored-by: Martin Hjelmare <[email protected]>
  • Loading branch information
scop and MartinHjelmare authored Jan 31, 2022
1 parent d437039 commit 40d871a
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
# .readthedocs.yml

version: 2

build:
image: latest
os: ubuntu-20.04
tools:
python: "3.9"

python:
version: 3.8
setup_py_install: true

requirements_file: requirements_docs.txt
install:
- method: setuptools
path: .
- requirements: requirements_docs.txt

0 comments on commit 40d871a

Please sign in to comment.