Skip to content

Commit

Permalink
Merge https://github.com/jaraco/skeleton into feature/skeleton
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Nov 5, 2023
2 parents cf6fb0c + 03f03e7 commit 4673d63
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 @@ -30,7 +30,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 4673d63

Please sign in to comment.