4.14. sphinx.builders.websupport

Builder for the web support package.

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

4.14.1. Functions

copyfile(source, dest) Copy a file and its modification times, if possible.
ensuredir(path) Ensure that a path exists.
os_path(canonicalpath)
relative_uri(base, to) Return a relative URL from base to to.

4.14.2. Classes

BuiltinTemplateLoader Interfaces the rendering environment of jinja2 for use in Sphinx.
PickleHTMLBuilder(app) A Builder that dumps the generated HTML into pickle files.
StringOutput([destination, ...]) Direct string output.
WebSupportBuilder(app) Builds documents for the web support package.
WebSupportTranslator(builder, *args, **kwargs) Our custom HTML translator.