doc: add -W --keep-going to the default SPHINXOPTS list
Run Sphinx in warnings as error mode, but keep going so that all issues are reported to the user. Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
This commit is contained in:
parent
a211469734
commit
85ec85384a
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ message(STATUS "Zephyr base: ${ZEPHYR_BASE}")
|
|||
#-------------------------------------------------------------------------------
|
||||
# Options
|
||||
|
||||
set(SPHINXOPTS "-j auto" CACHE STRING "Default Sphinx Options")
|
||||
set(SPHINXOPTS "-j auto -W --keep-going" CACHE STRING "Default Sphinx Options")
|
||||
set(LATEXMKOPTS "-halt-on-error -no-shell-escape" CACHE STRING "Default latexmk options")
|
||||
set(DT_TURBO_MODE OFF CACHE BOOL "Enable DT turbo mode")
|
||||
set(DOC_TAG "development" CACHE STRING "Documentation tag")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue