ONAP CCSDK ORAN A1PMS - Add API Docs
[ccsdk/oran.git] / docs / tox.ini
index 3efa947..cf813e1 100644 (file)
@@ -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
-
-
-