diff options
author | egernug <gerard.nugent@est.tech> | 2023-04-25 11:19:58 +0100 |
---|---|---|
committer | egernug <gerard.nugent@est.tech> | 2023-04-25 12:59:28 +0100 |
commit | a42df0d56837fde7433e8dd3ea27336abe3d67d9 (patch) | |
tree | a3656fc94e15a7b8bfce8ce66159c6aa1e2af8c0 /docs/tox.ini | |
parent | 53448a95871868d5009958ede72e724bc80c0961 (diff) |
[SO] Documentation for ASD/CNFM
Documentation in SO repo relating to ASD and CNFM
Issue-ID: SO-4048
Signed-off-by: egernug <gerard.nugent@est.tech>
Change-Id: I8a71931d00c7328c15a4b46daa14e5b62ab2a5d8
Diffstat (limited to 'docs/tox.ini')
-rw-r--r-- | docs/tox.ini | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/tox.ini b/docs/tox.ini index 9b45c816d9..833cd33adc 100644 --- a/docs/tox.ini +++ b/docs/tox.ini @@ -12,7 +12,7 @@ deps = commands = sphinx-build -W -q -b html -n -d {envtmpdir}/doctrees ./ {toxinidir}/_build/html echo "Generated docs available in {toxinidir}/_build/html" -whitelist_externals = +allowlist_externals = echo git sh @@ -25,7 +25,7 @@ deps = -chttps://git.onap.org/doc/plain/etc/upper-constraints.onap.txt commands = echo "Link Checking not enforced" #commands = sphinx-build -W -q -b linkcheck -d {envtmpdir}/doctrees ./ {toxinidir}/_build/linkcheck -whitelist_externals = echo +allowlist_externals = echo [testenv:docs-spellcheck] basepython = python3.8 |