Add readthedocs configuration

pull/1688/head
Noah Gorny 2020-10-25 14:59:36 +02:00
parent 1228418653
commit 3844b652b4
2 changed files with 12 additions and 0 deletions

10
.readthedocs.yml 100644
View File

@ -0,0 +1,10 @@
version: 2
sphinx:
builder: htmldir
configuration: docs/conf.py
python:
version: 3.7
install:
- requirements: docs/requirements.txt

View File

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