diff options
author | DenisGNoonan <denis.noonan@est.tech> | 2024-05-10 16:24:53 +0100 |
---|---|---|
committer | DenisGNoonan <denis.noonan@est.tech> | 2024-05-13 16:34:51 +0100 |
commit | 81f1caeee359e539284e20589605bcb87bf56729 (patch) | |
tree | d0666779dcafec937b3b11e36a4a55c0995c18a7 /docs/tox.ini | |
parent | ca358db2db62bda9604cff0af56c5b5106371811 (diff) |
ONAP CCSDK ORAN A1PMS - Add API Docs
Issue-ID: CCSDK-4011
Change-Id: I7ea39878770e6ee9a2f626daebf29547d94ba5cd
Signed-off-by: DenisGNoonan <denis.noonan@est.tech>
Diffstat (limited to 'docs/tox.ini')
-rw-r--r-- | docs/tox.ini | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/docs/tox.ini b/docs/tox.ini index 3efa9479..cf813e1b 100644 --- a/docs/tox.ini +++ b/docs/tox.ini @@ -22,7 +22,6 @@ allowlist_externals = [testenv:docs-linkcheck] basepython = python3.8 deps = -r{toxinidir}/requirements-docs.txt -#commands = echo "Link Checking not enforced" commands = sphinx-build -b linkcheck -d {envtmpdir}/doctrees ./ {toxinidir}/_build/linkcheck allowlist_externals = echo @@ -34,6 +33,3 @@ deps = -chttps://git.onap.org/doc/plain/etc/upper-constraints.onap.txt?h=master commands = sphinx-build -W -q -b spelling -d {envtmpdir}/doctrees {toxinidir} {toxinidir}/_build/spellcheck - - - |