mirror of
https://github.com/python-kasa/python-kasa.git
synced 2025-04-26 16:46:23 +00:00
add .readthedocs.yml required for poetry doc builds (#89)
* add .readthedocs.yml required for poetry builds * require python 3.7 for builds * Add documentation badge, fix the docs link
This commit is contained in:
parent
713b443dd0
commit
0edbb4301f
8
.readthedocs.yml
Normal file
8
.readthedocs.yml
Normal file
@ -0,0 +1,8 @@
|
||||
build:
|
||||
image: latest
|
||||
|
||||
python:
|
||||
version: 3.7
|
||||
pip_install: true
|
||||
extra_requirements:
|
||||
- docs
|
@ -3,6 +3,7 @@
|
||||
[](https://badge.fury.io/py/python-kasa)
|
||||
[](https://dev.azure.com/python-kasa/python-kasa/_build/latest?definitionId=2&branchName=master)
|
||||
[](https://coveralls.io/github/python-kasa/python-kasa?branch=master)
|
||||
[](https://python-kasa.readthedocs.io/en/latest/?badge=latest)
|
||||
|
||||
python-kasa is a Python library to control TPLink smart home devices (plugs, wall switches, power strips, and bulbs) using asyncio.
|
||||
This project is a maintainer-made fork of [pyHS100](https://github.com/GadgetReactor/pyHS100) project.
|
||||
@ -73,7 +74,7 @@ The commands are straightforward, so feel free to check `--help` for instruction
|
||||
|
||||
# Library usage
|
||||
|
||||
You can find several code examples in [the API documentation](broken link).
|
||||
You can find several code examples in [the API documentation](https://python-kasa.readthedocs.io).
|
||||
|
||||
## Contributing
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user