Doc: Enable documentation testing in the CI

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

Task-number: QTBUG-130559
Change-Id: Id7ce7cc8be92086957f3fd5ab08a9b8a156c861a
Reviewed-by: Paul Wicking <paul.wicking@qt.io>
This commit is contained in:
Topi Reinio 2024-11-04 11:41:19 +00:00
parent c18a71a30d
commit ebc19d4b42
2 changed files with 4 additions and 0 deletions

View File

@ -17,6 +17,7 @@ instructions:
- type: Group
instructions:
- !include "{{qt/qtbase}}/coin_module_test_template_v3.yaml"
- !include "{{qt/qtbase}}/coin_module_test_docs.yaml"
disable_if:
condition: property
property: configureArgs

View File

@ -84,3 +84,6 @@ navigation.qmltypespage = "Qt 3D QML Types"
# Auto-generate navigation linking based on "Qt 3D module topics":
navigation.toctitles = "Qt 3D module topics"
navigation.toctitles.inclusive = false
# Allow no documentation warnings when testing in CI
warninglimit = 0