Add options for creating epub output for the documentation

This commit is contained in:
Mirko Friedenhagen 2012-05-17 22:58:57 +02:00
parent 4256522fc8
commit 58b2af8c09
2 changed files with 14 additions and 0 deletions

View file

@ -52,6 +52,14 @@ html_context = {
'include_analytics': 'online' in tags
}
# -- Options for EPUB output ---------------------------------------------------
epub_author = "Typesafe Inc"
epub_language = "en"
epub_publisher = epub_author
epub_identifier = "http://doc.akka.io/docs/akka/snapshot/"
epub_scheme = "URL"
epub_cover = ("_sphinx/static/akka.png", "")
# -- Options for LaTeX output --------------------------------------------------
def setup(app):