mirror of
https://github.com/theupdateframework/python-tuf
synced 2026-05-24 10:08:28 +00:00
turn doc build warnings into errors
This commit adds to the docs tox session the flag ``-W``, which turns the warnings into errors. The CI will fail once it gets errors. Signed-off-by: Kairo de Araujo <kdearaujo@vmware.com>
This commit is contained in:
parent
febe6c3dc3
commit
d7ab1043d9
1 changed files with 1 additions and 1 deletions
2
tox.ini
2
tox.ini
|
|
@ -59,4 +59,4 @@ deps =
|
|||
|
||||
changedir = {toxinidir}
|
||||
commands =
|
||||
sphinx-build -b html docs docs/build/html
|
||||
sphinx-build -b html docs docs/build/html -W
|
||||
|
|
|
|||
Loading…
Reference in a new issue