Skip to content

Commit 1a6e38c

Browse files
committed
Remove workaround for sphinx-contrib/sphinx-lint#83
1 parent 790fa6e commit 1a6e38c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tox.ini

+1-3
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,7 @@ extras =
3131
changedir = docs
3232
commands =
3333
python -m sphinx -W --keep-going . {toxinidir}/build/html
34-
python -m sphinxlint \
35-
# workaround for sphinx-contrib/sphinx-lint#83
36-
--jobs 1
34+
python -m sphinxlint
3735

3836
[testenv:finalize]
3937
description = assemble changelog and tag a release

0 commit comments

Comments
 (0)