Fix docs build issues (#922)

* Remove python version in rtd config
* Try pinning docutils version
This commit is contained in:
Veronica Berglyd Olsen
2021-10-31 23:42:25 +01:00
committed by GitHub
parent c17cec0574
commit e71121f738
2 changed files with 1 additions and 1 deletions
-1
View File
@@ -20,6 +20,5 @@ formats:
# Optionally set the version of Python and requirements required to build your docs
python:
version: 3.7
install:
- requirements: docs/source/requirements.txt
+1
View File
@@ -1 +1,2 @@
sphinx_rtd_theme
docutils==0.17.1