mirror of
https://github.com/python-kasa/python-kasa.git
synced 2024-12-22 11:13:34 +00:00
Convert readthedocs config to v2 (#505)
This commit is contained in:
parent
fad6ae5d10
commit
0cb6f21d36
@ -1,8 +1,15 @@
|
||||
version: 2
|
||||
|
||||
formats: all
|
||||
|
||||
build:
|
||||
image: latest
|
||||
os: ubuntu-22.04
|
||||
tools:
|
||||
python: "3"
|
||||
|
||||
python:
|
||||
version: 3.8
|
||||
pip_install: true
|
||||
extra_requirements:
|
||||
- docs
|
||||
install:
|
||||
- method: pip
|
||||
path: .
|
||||
extra_requirements:
|
||||
- docs
|
||||
|
Loading…
Reference in New Issue
Block a user