Skip to content

Commit

Permalink
Limit sphinxlint jobs to 1. Workaround for sphinx-contrib/sphinx-lint#83
Browse files Browse the repository at this point in the history
.
  • Loading branch information
jaraco committed Nov 5, 2023
1 parent ca1831c commit 03f03e7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@ extras =
changedir = docs
commands =
python -m sphinx -W --keep-going . {toxinidir}/build/html
python -m sphinxlint
python -m sphinxlint \
# workaround for sphinx-contrib/sphinx-lint#83
--jobs 1

[testenv:finalize]
description = assemble changelog and tag a release
Expand Down

0 comments on commit 03f03e7

Please sign in to comment.