mirror of https://github.com/qt/qt3d.git
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:
parent
c18a71a30d
commit
ebc19d4b42
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue