Skip to content

Commit

Permalink
Doc: Enable documentation testing in the CI
Browse files Browse the repository at this point in the history
Include documentation testing steps in coin/module_config.yaml and
set the warning limit to zero.

Task-number: QTBUG-130559
Change-Id: Iebaa7419d0c3d5ae591ed81d6624fdd0ba870dd9
Reviewed-by: Paul Wicking <[email protected]>
  • Loading branch information
toreinio committed Nov 4, 2024
1 parent 15157ac commit 2c7e900
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions coin/module_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ instructions:
- type: Group
instructions:
- !include "{{qt/qtbase}}/coin_module_test_template_v3.yaml"
- !include "{{qt/qtbase}}/coin_module_test_docs.yaml"
enable_if:
condition: property
property: target.os
Expand Down
3 changes: 3 additions & 0 deletions src/webview/doc/qtwebview.qdocconf
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,6 @@ manifestmeta.highlighted.names = "QtWebView/Qt WebView Examples - Minibrowser"
navigation.landingpage = "Qt WebView"
navigation.qmltypespage = "Qt WebView QML Types"
navigation.cppclassespage = "Qt WebView C++ Classes and Namespaces"

# Allow zero warnings when testing documentation in CI
warninglimit = 0

0 comments on commit 2c7e900

Please sign in to comment.