summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOmer Katz <omer.drow@gmail.com>2019-01-09 16:47:52 +0200
committerOmer Katz <omer.drow@gmail.com>2019-01-09 16:47:52 +0200
commit05878d67906d1a90481e662a6eab6b9fe7c05f68 (patch)
tree93421b90efdbfca221db78c098b1ea3a42e13785
parent293a1a0df32d09ad56a0edf7c966025649bf0fe9 (diff)
downloadkombu-05878d67906d1a90481e662a6eab6b9fe7c05f68.tar.gz
Run sphinx checks with two jobs.
-rw-r--r--tox.ini4
1 files changed, 2 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index 10120691..80481da7 100644
--- a/tox.ini
+++ b/tox.ini
@@ -37,11 +37,11 @@ basepython =
[testenv:apicheck]
commands = pip install -U -r{toxinidir}/requirements/dev.txt
- sphinx-build -b apicheck -d {envtmpdir}/doctrees docs docs/_build/apicheck
+ sphinx-build -j2 -b apicheck -d {envtmpdir}/doctrees docs docs/_build/apicheck
[testenv:linkcheck]
commands = pip install -U -r{toxinidir}/requirements/dev.txt
- sphinx-build -W -b linkcheck -d {envtmpdir}/doctrees docs docs/_build/linkcheck
+ sphinx-build -j2 -W -b linkcheck -d {envtmpdir}/doctrees docs docs/_build/linkcheck
[testenv:flake8]
commands =