X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=docs%2Ftox.ini;h=2efcc2a3394f5662b707836d418c1ec7359cac5f;hb=7dcdb641d749496cf8178e8a9b2178684595eebe;hp=61596776bc6f65ad662dd05cae6336a96bd6d61b;hpb=a6f72a8f1c7bd93ca5916cd73d4226208ff469d3;p=dcaegen2.git diff --git a/docs/tox.ini b/docs/tox.ini index 61596776..2efcc2a3 100644 --- a/docs/tox.ini +++ b/docs/tox.ini @@ -3,7 +3,7 @@ minversion = 1.6 envlist = docs,docs-linkcheck,docs-spellcheck skipsdist = true -[testenv:docs] +testenv:docs] basepython = python3.8 deps = -r{toxinidir}/requirements-docs.txt @@ -11,8 +11,6 @@ deps = -chttps://git.onap.org/doc/plain/etc/upper-constraints.onap.txt?h=master commands = sphinx-build -b html -n -d {envtmpdir}/doctrees ./ {toxinidir}/_build/html - echo "Generated docs available in {toxinidir}/_build/html" -#commands = sphinx-build -W -q -b html -n -d {envtmpdir}/doctrees {toxinidir} {toxinidir}/_build/html whitelist_externals = echo @@ -25,8 +23,8 @@ deps = -r{toxinidir}/requirements-docs.txt -chttps://raw.githubusercontent.com/openstack/requirements/stable/yoga/upper-constraints.txt -chttps://git.onap.org/doc/plain/etc/upper-constraints.onap.txt?h=master -commands = echo "Link Checking not enforced" -#commands = sphinx-build -W -q -b linkcheck -d {envtmpdir}/doctrees {toxinidir} {toxinidir}/_build/linkcheck +#Link Check not enforced +commands = sphinx-build -q -b linkcheck -d {envtmpdir}/doctrees {toxinidir} {toxinidir}/_build/linkcheck [testenv:docs-spellcheck] basepython = python3.8 @@ -34,5 +32,5 @@ deps = -r{toxinidir}/requirements-docs.txt -chttps://raw.githubusercontent.com/openstack/requirements/stable/yoga/upper-constraints.txt -chttps://git.onap.org/doc/plain/etc/upper-constraints.onap.txt?h=master -#commands = echo "Spell Check not enforced" -commands = sphinx-build -W -q -b spelling -d {envtmpdir}/doctrees {toxinidir} {toxinidir}/_build/spellcheck \ No newline at end of file +#Spell Check not enforced +commands = sphinx-build -q -b spelling -d {envtmpdir}/doctrees {toxinidir} {toxinidir}/_build/spellcheck