diff options
author | Roland Meister <Roland Meister@localhost> | 2009-12-28 17:09:09 +0100 |
---|---|---|
committer | Roland Meister <Roland Meister@localhost> | 2009-12-28 17:09:09 +0100 |
commit | 706e12da65b1ae240d66c24f910d7f081d700c26 (patch) | |
tree | 687cbfff826ec75167cacccfc8fdcf28932554bf /doc/conf.py | |
parent | 769838883565a76f0b0e7d40e68c5050ed5c87db (diff) | |
download | sphinx-git-706e12da65b1ae240d66c24f910d7f081d700c26.tar.gz |
Initial import from local repository
Diffstat (limited to 'doc/conf.py')
-rw-r--r-- | doc/conf.py | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/conf.py b/doc/conf.py index e3952a0b2..f8310746c 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -64,6 +64,18 @@ html_use_opensearch = 'http://sphinx.pocoo.org' # Output file base name for HTML help builder. htmlhelp_basename = 'Sphinxdoc' +# Epub fields +epub_basename = 'sphinx' +epub_author = 'Georg Brandl' +epub_publisher = 'http://sphinx.pocoo.org/' +epub_scheme = 'url' +epub_identifier = epub_publisher +epub_pre_files = [ ('index', 'Welcome')] +epub_exclude_files = ['_static/opensearch.xml', '_static/doctools.js', + '_static/jquery.js', '_static/searchtools.js', + '_static/basic.css', 'search.html'] + + # Grouping the document tree into LaTeX files. List of tuples # (source start file, target name, title, author, documentclass [howto/manual]). latex_documents = [('contents', 'sphinx.tex', 'Sphinx Documentation', |