Skip to content
Snippets Groups Projects
Commit 067bb430 authored by andreas.abel's avatar andreas.abel Committed by Mikolaj Konarski
Browse files

Re #7469: sphinx-build with flag -W -E --keep-going

Strict regime: turn warnings to errors (-W), rebuild from scratch (-E).
parent 9f8b6d1c
No related branches found
No related tags found
No related merge requests found
......@@ -236,7 +236,9 @@ bootstrap-jsons-linux: phony
# TODO: when we have sphinx-build2 ?
SPHINXCMD:=sphinx-build
# Flag -n ("nitpick") warns about broken references
SPHINX_FLAGS:=-n
# Flag -W turns warnings into errors
# Flag --keep-going continues after errors
SPHINX_FLAGS:=-n -W --keep-going -E
SPHINX_HTML_OUTDIR:=dist-newstyle/doc/users-guide
USERGUIDE_STAMP:=$(SPHINX_HTML_OUTDIR)/index.html
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment