mirror of
https://github.com/Electric-Special/ha-core.git
synced 2026-03-21 06:05:26 +01:00
15 lines
186 B
YAML
15 lines
186 B
YAML
# .readthedocs.yml
|
|
|
|
version: 2
|
|
|
|
build:
|
|
os: ubuntu-20.04
|
|
tools:
|
|
python: "3.9"
|
|
|
|
python:
|
|
install:
|
|
- method: setuptools
|
|
path: .
|
|
- requirements: requirements_docs.txt
|