mirror of
https://github.com/python-kasa/python-kasa.git
synced 2024-12-22 11:13:34 +00:00
0edbb4301f
* add .readthedocs.yml required for poetry builds * require python 3.7 for builds * Add documentation badge, fix the docs link
9 lines
100 B
YAML
9 lines
100 B
YAML
build:
|
|
image: latest
|
|
|
|
python:
|
|
version: 3.7
|
|
pip_install: true
|
|
extra_requirements:
|
|
- docs
|