Doc: Enable documentation testing in the CI

Include documentation testing steps in coin/module_config.yaml and
set the warning limit to zero.

Task-number: QTBUG-130559
Change-Id: I0e34102e936db08861f1afb6f6687cf89165e191
Reviewed-by: Paul Wicking <paul.wicking@qt.io>
This commit is contained in:
Topi Reinio 2024-11-01 19:07:54 +00:00
parent bde6314146
commit bced08d550
2 changed files with 4 additions and 0 deletions

View File

@ -10,3 +10,4 @@ instructions:
Test:
- !include "{{qt/qtbase}}/coin_module_test_template_v3.yaml"
- !include "{{qt/qtbase}}/coin_module_test_docs.yaml"

View File

@ -42,3 +42,6 @@ depends += qtcore qtdoc qtnetwork qtqml qmake qtcmake
navigation.landingpage = "Qt CoAP"
navigation.cppclassespage = "Qt CoAP C++ Classes"
# Allow zero warnings when testing documentation in CI
warninglimit = 0