diff options
author | Timoney, Dan (dt5972) <dt5972@att.com> | 2022-11-04 16:04:24 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2022-11-04 20:52:44 +0000 |
commit | 62d1555de8bad55f45c0df5107672d7944a558db (patch) | |
tree | 9b83a888ccc364e7fa4f04d1c63a88204b24dc2c /docs/tox.ini | |
parent | 39e159f151fe71f8d4f831232b2c7a7f28e9ceba (diff) |
Update docs for Kohn release
Update documentation for Kohn release
Change-Id: Ife3c32318948c90a5f672b94833094941113735f
Issue-ID: CCSDK-3797
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
Diffstat (limited to 'docs/tox.ini')
-rw-r--r-- | docs/tox.ini | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/docs/tox.ini b/docs/tox.ini index 980bc220..d0e9c5f4 100644 --- a/docs/tox.ini +++ b/docs/tox.ini @@ -8,7 +8,7 @@ basepython = python3.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 + -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" @@ -22,7 +22,16 @@ basepython = python3.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 + -chttps://git.onap.org/doc/plain/etc/upper-constraints.onap.txt?h=master commands = echo "Link Checking not enforced" #commands = sphinx-build -b linkcheck -d {envtmpdir}/doctrees ./ {toxinidir}/_build/linkcheck whitelist_externals = echo + +[testenv:docs-spellcheck] +basepython = python3.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 = + sphinx-build -W -q -b spelling -d {envtmpdir}/doctrees {toxinidir} {toxinidir}/_build/spellcheck
\ No newline at end of file |