Merge "[COMMON] Remove parallelism in doc linting"
authorKrzysztof Opasiak <k.opasiak@samsung.com>
Mon, 14 Dec 2020 22:18:14 +0000 (22:18 +0000)
committerGerrit Code Review <gerrit@onap.org>
Mon, 14 Dec 2020 22:18:14 +0000 (22:18 +0000)
tox.ini

diff --git a/tox.ini b/tox.ini
index fa18976..c685a3f 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -17,11 +17,11 @@ commands =
 [testenv:docs]
 deps = -rdocs/requirements-docs.txt
 commands =
- sphinx-build -j auto -W -b html -n -W -d {envtmpdir}/doctrees ./docs/ {toxinidir}/docs/_build/html
+ sphinx-build -W -b html -n -W -d {envtmpdir}/doctrees ./docs/ {toxinidir}/docs/_build/html
 
 [testenv:docs-linkcheck]
 deps = -rdocs/requirements-docs.txt
-commands = sphinx-build -j auto -W -b linkcheck -d {envtmpdir}/doctrees ./docs/ {toxinidir}/docs/_build/linkcheck
+commands = sphinx-build -W -b linkcheck -d {envtmpdir}/doctrees ./docs/ {toxinidir}/docs/_build/linkcheck
 
 [testenv:gitlint]
 basepython = python3