diff --git a/doc/global/qt-html-templates-offline-simple.qdocconf b/doc/global/qt-html-templates-offline-simple.qdocconf index b19bdd513fc1ba642088d6feacb7d9d673434f9f..cd924c64e3a2e7a3fd5273a930ce0e03b6c715a4 100644 --- a/doc/global/qt-html-templates-offline-simple.qdocconf +++ b/doc/global/qt-html-templates-offline-simple.qdocconf @@ -1,16 +1,8 @@ -#include standard set of HTML header and footer. -include(html-config.qdocconf) -include(html-header-offline.qdocconf) -include(html-footer.qdocconf) - -# Uncomment if navigation bar is not wanted -#HTML.nonavigationbar = "true" - # Specify a custom CSS file used by this template HTML.stylesheets += template/style/offline-simple.css qhp.extraFiles += style/offline-simple.css -# override the header styles +# Override the header styles HTML.headerstyles = \ " <link rel=\"stylesheet\" type=\"text/css\" href=\"style/offline-simple.css\" />\n" \ " <script type=\"text/javascript\">\n" \ diff --git a/doc/global/qt-html-templates-offline.qdocconf b/doc/global/qt-html-templates-offline.qdocconf index cd8315aa9ad9b746351c3168e386962b39cf9e07..d5780a35da8cd15d0eb190f0d81035e8a6069093 100644 --- a/doc/global/qt-html-templates-offline.qdocconf +++ b/doc/global/qt-html-templates-offline.qdocconf @@ -26,3 +26,8 @@ qhp.extraFiles += style/offline.css \ images/bullet_dn.png \ images/bullet_sq.png \ images/bgrContent.png + +# By default, include override definitions for a simplified template/CSS, +# suited for rendering HTML with QTextBrowser. Comment out this line to +# select the standard CSS. +include(qt-html-templates-offline-simple.qdocconf) diff --git a/doc/global/qt-module-defaults-offline.qdocconf b/doc/global/qt-module-defaults-offline.qdocconf index 36874e8fc12d354a49bafb8cfd6686a1dc6f472f..ee9557fe5c4e9e96d96084f4f210e58570998df2 100644 --- a/doc/global/qt-module-defaults-offline.qdocconf +++ b/doc/global/qt-module-defaults-offline.qdocconf @@ -8,10 +8,7 @@ include(compat.qdocconf) include(manifest-meta.qdocconf) include(fileextensions.qdocconf) -# By default, select the 'simple' offline template, suited for rendering -# HTML with QTextBrowser. -include(qt-html-templates-offline-simple.qdocconf) -#include(qt-html-templates-offline.qdocconf) +include(qt-html-templates-offline.qdocconf) #extra configuration data such as file extensions include(config.qdocconf)