diff options
author | Michael Dürre <michael.duerre@highstreet-technologies.com> | 2023-04-14 14:14:46 +0200 |
---|---|---|
committer | highstreetherbert <herbert.eiselt@highstreet-technologies.com> | 2023-04-14 17:57:36 +0200 |
commit | 9932d3b8395e46ebe57a2a1a95596661a1754896 (patch) | |
tree | 615c61bc11e232d484871e60eee2ecc3f88c681d /docs/tox.ini | |
parent | b41fae1eee6521287a8f5a9ff0b9a2f33f7a4a5f (diff) |
fix apigateway servlets
fix missing whiteboard patterns
Issue-ID: CCSDK-3890
Change-Id: I8d127d9a8b97ed91fb74a9ee384d3b4d07c9e242
Signed-off-by: Michael Dürre <michael.duerre@highstreet-technologies.com>
Signed-off-by: highstreetherbert <herbert.eiselt@highstreet-technologies.com>
Diffstat (limited to 'docs/tox.ini')
-rw-r--r-- | docs/tox.ini | 17 |
1 files changed, 7 insertions, 10 deletions
diff --git a/docs/tox.ini b/docs/tox.ini index 7a8b6890e..8e5325ed1 100644 --- a/docs/tox.ini +++ b/docs/tox.ini @@ -1,6 +1,6 @@ [tox] minversion = 1.6 -envlist = docs, +envlist = docs,linkcheck skipsdist = true [testenv:docs] @@ -11,18 +11,15 @@ deps = -chttps://git.onap.org/doc/plain/etc/upper-constraints.onap.txt commands = sphinx-build -W -b html -n -d {envtmpdir}/doctrees ./ {toxinidir}/_build/html - echo "Generated docs available in {toxinidir}/_build/html" -whitelist_externals = - echo - git - sh [testenv:docs-linkcheck] basepython = python3.8 -#deps = -r{toxinidir}/requirements-docs.txt -commands = echo "Link Checking not enforced" -#commands = sphinx-build -b -W linkcheck -d {envtmpdir}/doctrees ./ {toxinidir}/_build/linkcheck -whitelist_externals = echo +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 linkcheck -d {envtmpdir}/doctrees {toxinidir} {toxinidir}/_build/linkcheck [testenv:docs-spellcheck] basepython = python3.8 |