Use Sphinx 1.7 parallel auto mode for docs builds 30/81430/1
authorThanh Ha <zxiiro@gmail.com>
Mon, 8 Apr 2019 02:13:49 +0000 (10:13 +0800)
committerThanh Ha <zxiiro@gmail.com>
Mon, 8 Apr 2019 02:13:51 +0000 (10:13 +0800)
Change-Id: I4b5bc0721d6625905552414f2a8f4302c945c48d
Signed-off-by: Thanh Ha <zxiiro@gmail.com>
tox.ini

diff --git a/tox.ini b/tox.ini
index f65fdce2cce98cc4356bfcff49df02e9449a6560..ddfad28cd5c93384f9c12ecbad3cf31c2b8698c1 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -19,8 +19,8 @@ commands =
 [testenv:docs]
 deps = -rdocs/requirements.txt
 commands =
-    sphinx-build -j 4 -W -b html -n -d {envtmpdir}/doctrees ./docs/ {toxinidir}/docs/_build/html
+    sphinx-build -j auto -W -b html -n -d {envtmpdir}/doctrees ./docs/ {toxinidir}/docs/_build/html
 
 [testenv:docs-linkcheck]
 deps = -rdocs/requirements.txt
-commands = sphinx-build -W -b linkcheck -d {envtmpdir}/doctrees ./docs/ {toxinidir}/docs/_build/linkcheck
+commands = sphinx-build -j auto -W -b linkcheck -d {envtmpdir}/doctrees ./docs/ {toxinidir}/docs/_build/linkcheck