Skip to content

Commit

Permalink
Configure sphinx-lint
Browse files Browse the repository at this point in the history
Done the same way as in rockcraft

Co-authored-by: Tiago Nobrega <[email protected]>
  • Loading branch information
lengau and tigarmo authored Jan 26, 2023
1 parent 605bec2 commit 77b955b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -95,5 +95,5 @@ commands = sphinx-build {posargs:-b html} {tox_root}/docs {tox_root}/docs/_build
[testenv:lint-docs]
description = Lint the documentation with sphinx-lint
base = docs
commands = sphinx-lint {posargs} docs/
commands = sphinx-lint --ignore docs/_build --max-line-length 80 -e all {posargs} docs/
labels = lint

0 comments on commit 77b955b

Please sign in to comment.