4.1. sphinx.builders

Builder superclass for all builders.

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

4.1.1. Functions

bold(text)
darkgreen(text)
find_catalog(docname, compaction)
make_chunks(arguments, nproc[, maxbatch])
path_stabilize(filepath) normalize path separater and unicode string
relative_uri(base, to) Return a relative URL from base to to.

4.1.2. Classes

Builder(app) Builds target formats from the reST sources.
ParallelTasks(nproc) Executes nproc tasks in parallel after forking.
SerialTasks([nproc]) Has the same interface as ParallelTasks, but executes tasks directly.