4.2. sphinx.builders.changes

Changelog builder.

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

4.2.1. Functions

bold(text)
copy_static_entry(source, targetdir, builder) Copy a HTML builder static_path entry from source to targetdir.
ensuredir(path) Ensure that a path exists.
htmlescape(s[, quote]) Replace special characters “&”, “<” and “>” to HTML-safe sequences.
iteritems(d, **kw) Return an iterator over the (key, value) pairs of a dictionary.
os_path(canonicalpath)

4.2.2. Classes

Builder(app) Builds target formats from the reST sources.
ChangesBuilder(app) Write a summary with all versionadded/changed directives.
Theme(name[, warn]) Represents the theme chosen in the configuration.