Add two missing epub options to the default conf.py

This commit is contained in:
Markus Amalthea Magnuson 2013-09-22 21:31:10 +02:00
parent 99008f5b78
commit 182ac35f2c

View File

@ -310,6 +310,15 @@ epub_author = u'%(author_str)s'
epub_publisher = u'%(author_str)s'
epub_copyright = u'%(copyright_str)s'
# The basename for the epub file. It defaults to the project name.
#epub_basename = u'%(project_str)s'
# The HTML theme for the epub output. Since the default themes are not optimized
# for small screen space, using the same theme for HTML and epub output is
# usually not wise. This defaults to 'epub', a theme designed to save visual
# space.
#epub_theme = 'epub'
# The language of the text. It defaults to the language option
# or en if the language is not set.
#epub_language = ''