From: JohnKeeney Date: Thu, 27 Apr 2023 09:20:13 +0000 (+0100) Subject: Fix RTD: bullet lists not rendering correctly X-Git-Tag: 1.1.0~11 X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=7ae570afcc8119b1563cb786b2a34bf190f105da;p=nonrtric%2Fplt%2Fsme.git Fix RTD: bullet lists not rendering correctly Issue-ID: NONRTRIC-855 Change-Id: I2dabc89e0d28bfef719f884e8a356f1cbc24d739 Signed-off-by: JohnKeeney --- diff --git a/docs/requirements-docs.txt b/docs/requirements-docs.txt index a97db93..91942e3 100644 --- a/docs/requirements-docs.txt +++ b/docs/requirements-docs.txt @@ -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 --- 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