mirror of
https://github.com/python-kasa/python-kasa.git
synced 2025-08-09 20:24:02 +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:
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
|
Reference in New Issue
Block a user