Fix RTD: bullet lists not rendering correctly 99/10999/2
authorJohnKeeney <john.keeney@est.tech>
Thu, 27 Apr 2023 09:20:13 +0000 (10:20 +0100)
committerJohnKeeney <john.keeney@est.tech>
Thu, 27 Apr 2023 13:16:31 +0000 (14:16 +0100)
Issue-ID: NONRTRIC-855
Change-Id: I2dabc89e0d28bfef719f884e8a356f1cbc24d739
Signed-off-by: JohnKeeney <john.keeney@est.tech>
docs/requirements-docs.txt
tox.ini

index a97db93..91942e3 100644 (file)
@@ -1,7 +1,7 @@
 tox
 Sphinx
 doc8
-docutils
+docutils < 0.17
 setuptools
 six
 sphinx_rtd_theme
diff --git a/tox.ini b/tox.ini
index a607d74..d676879 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -29,7 +29,7 @@ deps = -r{toxinidir}/docs/requirements-docs.txt
 commands =
     sphinx-build -W -b html -n -d {envtmpdir}/docs/doctrees ./docs/ {toxinidir}/docs/_build/html
     echo "Generated docs available in {toxinidir}/docs/_build/html"
-whitelist_externals = echo
+allowlist_externals = echo
 
 [testenv:docs-linkcheck]
 basepython = python3