mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
Fail early if warning in doc build
This commit is contained in:
parent
042b8e4046
commit
e90b300c3b
2 changed files with 6 additions and 3 deletions
|
|
@ -112,6 +112,10 @@ quick:
|
|||
@echo "Documentation built (single version, no autodocs)."
|
||||
@echo "To see result, open evennia/docs/build/html/index.html in a browser."
|
||||
|
||||
# abort on warnings too
|
||||
quickstrict:
|
||||
SPHINXOPTS=-W make quick
|
||||
|
||||
local:
|
||||
make _check-env
|
||||
make clean
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue