python-kasa/.readthedocs.yml
Teemu R 0edbb4301f
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
2020-07-12 23:28:20 +02:00

9 lines
100 B
YAML

build:
image: latest
python:
version: 3.7
pip_install: true
extra_requirements:
- docs