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:
Teemu R
2020-07-12 23:28:20 +02:00
committed by GitHub
parent 713b443dd0
commit 0edbb4301f
2 changed files with 10 additions and 1 deletions

8
.readthedocs.yml Normal file
View File

@@ -0,0 +1,8 @@
build:
image: latest
python:
version: 3.7
pip_install: true
extra_requirements:
- docs