remove parallelisation to save memory 69/98969/1
authormrichomme <morgan.richomme@orange.com>
Fri, 29 Nov 2019 14:14:23 +0000 (15:14 +0100)
committermrichomme <morgan.richomme@orange.com>
Fri, 29 Nov 2019 14:14:23 +0000 (15:14 +0100)
Issue-ID: DOC-419

Signed-off-by: mrichomme <morgan.richomme@orange.com>
Change-Id: Iebe3e4af80da72491e45970c7c42a8631e9bb98d

tox.ini

diff --git a/tox.ini b/tox.ini
index 224e786..dc7c0bf 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -7,7 +7,7 @@ skipsdist = true
 basepython = python3
 deps = -r{toxinidir}/etc/requirements.txt
 commands =
-    sphinx-build -j 4 -b html -n -d {envtmpdir}/doctrees ./docs/ {toxinidir}/docs/_build/html
+    sphinx-build -b html -n -d {envtmpdir}/doctrees ./docs/ {toxinidir}/docs/_build/html
     echo "Generated docs available in {toxinidir}/docs/_build/html"
 whitelist_externals =
     echo
@@ -19,7 +19,7 @@ basepython = python3
 deps = -r{toxinidir}/etc/requirements.txt
 commands =
     git submodule update --depth 100 --init
-    sphinx-build -j 4 -b html -n -d {envtmpdir}/doctrees ./docs/ {toxinidir}/docs/_build/html
+    sphinx-build -b html -n -d {envtmpdir}/doctrees ./docs/ {toxinidir}/docs/_build/html
     echo "Generated docs available in {toxinidir}/docs/_build/html"
 whitelist_externals =
     echo
@@ -28,7 +28,7 @@ whitelist_externals =
 [testenv:linkcheck]
 basepython = python3
 deps = -r{toxinidir}/etc/requirements.txt
-commands = sphinx-build -j 4 -b linkcheck -d {envtmpdir}/doctrees ./docs/ {toxinidir}/docs/_build/linkcheck
+commands = sphinx-build -b linkcheck -d {envtmpdir}/doctrees ./docs/ {toxinidir}/docs/_build/linkcheck
 
 [testenv:spellcheck]
 basepython = python3