fixing issue with docs (conflict with docutils v0.18)

This commit is contained in:
Christer Edwards
2021-11-07 09:42:13 -07:00
parent d1043bded2
commit f4c60291c0
2 changed files with 10 additions and 0 deletions

9
.readthedocs.yaml Normal file
View File

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

1
docs/requirements.txt Normal file
View File

@@ -0,0 +1 @@
docutils < 0.18