4.4. sphinx.builders.epub¶
Build epub files. Originally derived from qthelp.py.
| copyright: | Copyright 2007-2016 by the Sphinx team, see AUTHORS. |
|---|---|
| license: | BSD, see LICENSE for details. |
4.4.1. Functions¶
brown(text) |
|
copyfile(source, dest) |
Copy a file and its modification times, if possible. |
ensuredir(path) |
Ensure that a path exists. |
ssp(t) |
4.4.2. Classes¶
EpubBuilder(app) |
Builder that outputs epub files. |
StandaloneHTMLBuilder(app) |
Builds standalone HTML docs. |