Fix - path to conf.py and docutils version for readthedocs build

Signed-off-by: Rob White <rob@blue-wave.net>
This commit is contained in:
Rob White
2023-10-04 08:55:29 +01:00
parent db16f7ab38
commit af4da01ad5
2 changed files with 2 additions and 2 deletions

View File

@@ -13,7 +13,7 @@ build:
# Build documentation in the docs/ directory with Sphinx
sphinx:
configuration: docs/conf.py
configuration: docs/source/conf.py
# We recommend specifying your dependencies to enable reproducible builds:
# https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html

View File

@@ -1 +1 @@
docutils<0.18
docutils>0.18