Merge pull request #457 from cedwards/readthedocs

fixing issue with docs (conflict with docutils v0.18)
This commit is contained in:
Christer Edwards
2021-11-07 09:44:25 -07:00
committed by GitHub
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