qt-documentation-chm-autoupdated
qt-documentation-chm-autoupdated copied to clipboard
Qt Reference Documentation compiled into CHM format (auto updated)
qt-documentation-chm-autoupdated
Download Qt Documentation CHM 6.4.2
This repository will be automatically updated after each official Qt release.
Workflow
The basic idea is to use CI to download latest Qt Docs pre-built in HTML format from the official SDK repository (*_src_doc_examples directories), convert them into CHM project using qt-documentation-chm, compile CHM file with Microsoft® HTML Help Compiler from HTML Help Workshop and upload it as a new release for this repository.
Helper scripts
build_docs.sh
Builds the CHM file from the documentation of select Qt release
get_qt_docs.py
usage: get_qt_docs.py [-h] (--latest-version | --docs-latest | --docs VERSION)
optional arguments:
-h, --help show this help message and exit
--latest-version get latest Qt version number
--docs-latest get list of URLs for latest version of Qt documentation archives
--docs VERSION get list of URLs for selected version of Qt documentation archives