mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-05 13:26:55 +00:00
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:
@@ -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
|
||||
========================
|
||||
|
||||
|
Reference in New Issue
Block a user