4.7. sphinx.builders.htmlhelp

Build HTML help support files. Parts adapted from Python’s Doc/tools/prechm.py.

copyright:Copyright 2007-2016 by the Sphinx team, see AUTHORS.
license:BSD, see LICENSE for details.

4.7.1. Functions

htmlescape(s[, quote]) Replace special characters “&”, “<” and “>” to HTML-safe sequences.

4.7.2. Classes

HTMLHelpBuilder(app) Builder that also outputs Windows HTML help project, contents and index files.
StandaloneHTMLBuilder(app) Builds standalone HTML docs.