mirror of
https://github.com/enpaul/keyosk.git
synced 2025-11-09 21:12:30 +00:00
Add flag to doc building to force failure on warning
This commit is contained in:
4
tox.ini
4
tox.ini
@@ -44,5 +44,5 @@ whitelist_externals =
|
||||
commands =
|
||||
sphinx-apidoc -o "./docs/" "keyosk"
|
||||
rm "docs/modules.rst"
|
||||
sphinx-build -M html "./docs/" "./docs/_build"
|
||||
sphinx-build -M latex "./docs/" "./docs/_build"
|
||||
sphinx-build -M html "./docs/" "./docs/_build" -W
|
||||
sphinx-build -M latex "./docs/" "./docs/_build" -W
|
||||
|
||||
Reference in New Issue
Block a user