Fix RTD: bullet lists not rendering correctly 92/10992/2
authorJohnKeeney <john.keeney@est.tech>
Thu, 27 Apr 2023 09:23:38 +0000 (10:23 +0100)
committerJohnKeeney <john.keeney@est.tech>
Thu, 27 Apr 2023 13:08:07 +0000 (14:08 +0100)
Issue-ID: NONRTRIC-855
Change-Id: Iaf9c73723c304ecedb4eb1914bda6f17cf790986
Signed-off-by: JohnKeeney <john.keeney@est.tech>
docs/requirements-docs.txt
tox.ini

index a97db93..b906ffc 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 2705e16..00dd3b8 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