Fix RTD: bullet lists not rendering correctly

Issue-ID: NONRTRIC-855
Change-Id: Icdb9837cf2c22bc65cebab7877aa8cfbf9e7316b
Signed-off-by: JohnKeeney <john.keeney@est.tech>
diff --git a/influxlogger/tox.ini b/influxlogger/tox.ini
index d47de5e..bdc407f 100644
--- a/influxlogger/tox.ini
+++ b/influxlogger/tox.ini
@@ -29,7 +29,7 @@
 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