Skip to content

vzhd1701/qt-documentation-chm-autoupdated

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

qt-documentation-chm-autoupdated

Qt Docs Version Qt Docs autobuild

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