mirror of https://github.com/qt/qtgrpc.git
Revert "Docs: enforce zero warning policy"
This reverts commit ec8afcaca5
.
Explicitly enabling the warning limit causes situations
where the entire top-level documentation build fails when
a submodule documentation has warnings.
Let the CI documentation testing step enable the warning limit
instead.
Pick-to: 6.9 6.8
Fixes: QTBUG-132954
Change-Id: I8969e54073a34c3cde7059d5d5d736bfe4e509f7
Reviewed-by: Alexey Edelev <alexey.edelev@qt.io>
This commit is contained in:
parent
5ba977318d
commit
bd3cfe2c76
|
@ -62,4 +62,3 @@ macro.gRPC = "\\tm gRPC"
|
||||||
|
|
||||||
# Enforce zero documentation warnings
|
# Enforce zero documentation warnings
|
||||||
warninglimit = 0
|
warninglimit = 0
|
||||||
warninglimit.enabled = true
|
|
||||||
|
|
|
@ -84,4 +84,3 @@ macro.gRPC = "\\tm gRPC"
|
||||||
|
|
||||||
# Enforce zero documentation warnings
|
# Enforce zero documentation warnings
|
||||||
warninglimit = 0
|
warninglimit = 0
|
||||||
warninglimit.enabled = true
|
|
||||||
|
|
Loading…
Reference in New Issue