docs: Add .readthedocs.yaml

Use Python 3.8 and pin the version of mkdocs.

Signed-off-by:  Eric Callahan <arksine.code@gmail.com>
This commit is contained in:
Arksine 2021-03-16 08:38:53 -04:00
parent 1615af731b
commit e990e64ccd
2 changed files with 11 additions and 0 deletions

10
.readthedocs.yaml Normal file
View File

@ -0,0 +1,10 @@
version: 2
mkdocs:
configuration: mkdocs.yml
fail_on_warning: false
python:
version: 3.8
install:
- requirements: docs/doc-requirements.txt

View File

@ -0,0 +1 @@
mkdocs==1.1.2