Add SPHINX_WARNINGS_AS_ERRORS CMake option to allow warnings to not be

treated as errors (which is still the default). This is useful when
working on documentation that has existing errors.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@215634 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Dan Liew
2014-08-14 11:57:13 +00:00
parent cb43f81fc5
commit 550abf8c29
3 changed files with 14 additions and 1 deletions

View File

@@ -363,6 +363,10 @@ LLVM-specific variables
is enabled). Currently the only target added is ``docs-llvm-man``. Defaults
to ON.
**SPHINX_WARNINGS_AS_ERRORS**:BOOL
If enabled then sphinx documentation warnings will be treated as
errors. Defaults to ON.
Executing the test suite
========================