treat doc warnings as errors

develop
Myk Taylor 2023-08-04 12:38:51 -07:00
parent 415a2f654b
commit 02fae5afd4
No known key found for this signature in database
GPG Key ID: 8A39CA0FA0C16E78
1 changed files with 1 additions and 1 deletions

@ -487,7 +487,7 @@ if(BUILD_DOCS)
)
add_custom_command(OUTPUT ${SPHINX_OUTPUT}
COMMAND "${Python3_EXECUTABLE}" "${CMAKE_CURRENT_SOURCE_DIR}/docs/build.py"
html text --sphinx="${SPHINX_EXECUTABLE}" -- -q
html text --sphinx="${SPHINX_EXECUTABLE}" -- -q -W
DEPENDS ${SPHINX_DEPS}
COMMENT "Building documentation with Sphinx"
)