From: JohnKeeney Date: Thu, 27 Apr 2023 13:35:48 +0000 (+0100) Subject: Fix RTD build fails - tox.ini whitelist->allowlist X-Git-Tag: 2.5.0^0 X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?p=sim%2Fa1-interface.git;a=commitdiff_plain;h=5b2b9ef9df2eda1418e389f29e876bb1fe4a910f;hp=e3883d0fa1bd2de995f912e92803e5fbfa75e10a Fix RTD build fails - tox.ini whitelist->allowlist Issue-ID: NONRTRIC-855 Change-Id: I2d3b7a497b0f26cd065376d28b980003e17ddf0f Signed-off-by: JohnKeeney --- diff --git a/tox.ini b/tox.ini index 8a3aaa6..3a1149e 100644 --- a/tox.ini +++ b/tox.ini @@ -47,7 +47,7 @@ commands = # doc jobs [testenv:docs] -whitelist_externals = echo +allowlist_externals = echo basepython = python3.8 deps = -r{toxinidir}/docs/requirements-docs.txt commands =