docs: generate readthedocs config

This commit is contained in:
George Rawlinson 2020-11-20 10:07:32 +13:00
parent 3441c7bee9
commit d198d52a10
Signed by: grawlinson
GPG Key ID: E0959FEA8B550539
2 changed files with 11 additions and 0 deletions

9
.readthedocs.yml Normal file
View File

@ -0,0 +1,9 @@
version: 2
sphinx:
configuration: docs/conf.py
python:
install:
- requirements: docs/requirements.txt
path: .

2
docs/requirements.txt Normal file
View File

@ -0,0 +1,2 @@
sphinx==3.3.0
sphinx-rtd-theme==0.5.0