From 46759503a47a34724e7e39a415144617b7418069 Mon Sep 17 00:00:00 2001 From: Roland Hieber Date: Tue, 22 Aug 2023 14:42:24 +0100 Subject: [PATCH] Build HTML documentation suited for offline usage Currently, the generated documentation includes a search box which relies on an external search service, and which does not work for local usage. Therefore, the generated search box does not work and confuses users, so it is best to build the documentation in offline format which does not include the search box, but does also not confuse users. Gbp-Pq: Name qtdoc-build-offline-docs.patch --- doc/doc.pri | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/doc.pri b/doc/doc.pri index ea2fb2ee3..523c38784 100644 --- a/doc/doc.pri +++ b/doc/doc.pri @@ -35,7 +35,7 @@ $$unixstyle { EXAMPLESMANIFESTTARGET = $$replace(EXAMPLESMANIFESTTARGET, "/", "\\") DEMOSMANIFESTTARGET = $$replace(DEMOSMANIFESTTARGET, "/", "\\") } -ADP_DOCS_QDOCCONF_FILE = qt-build-docs-online.qdocconf +ADP_DOCS_QDOCCONF_FILE = qt-build-docs.qdocconf DITA_DOCS_QDOCCONF_FILE = qt-ditaxml.qdocconf QT_DOCUMENTATION = ($$QDOC qt-api-only.qdocconf assistant.qdocconf designer.qdocconf \ linguist.qdocconf qmake.qdocconf qdeclarative.qdocconf) && \ -- 2.30.2