ReadTheDocs requires configuration so make it happy.

This commit is contained in:
Anthony Tuininga 2021-11-04 15:57:32 -06:00
parent 45118e0c31
commit fde9ec78fc
2 changed files with 11 additions and 0 deletions

9
.readthedocs.yaml Normal file
View File

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

2
doc/requirements.txt Normal file
View File

@ -0,0 +1,2 @@
sphinx==3.4.3
sphinx_rtd_theme==0.5.1