Skip to content

Commit 4d7c0c3

Browse files
committed
2 parents 982fabc + 03f03e7 commit 4d7c0c3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tox.ini

+3-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,9 @@ extras =
2626
changedir = docs
2727
commands =
2828
python -m sphinx -W --keep-going . {toxinidir}/build/html
29-
python -m sphinxlint
29+
python -m sphinxlint \
30+
# workaround for sphinx-contrib/sphinx-lint#83
31+
--jobs 1
3032

3133
[testenv:finalize]
3234
description = assemble changelog and tag a release

0 commit comments

Comments
 (0)