add readthedocs.yml

This commit is contained in:
Jethro Kuan
2020-02-12 19:40:13 +08:00
parent 3776f3a6b9
commit c278ac4350
2 changed files with 10 additions and 0 deletions

8
.readthedocs.yml Normal file
View File

@ -0,0 +1,8 @@
version: 2
mkdocs:
configuration: mkdocs.yml
formats: all
python:
version: 3.7
install:
- requirements: doc/requirements.txt

2
doc/requirements.txt Normal file
View File

@ -0,0 +1,2 @@
mkdocs-material==4.6.2
pymdown-extensions==6.3