Merged in alimony/sphinx/add_missing_epub_options (pull request #170)

Add two missing epub options to the default conf.py
This commit is contained in:
Takayuki Shimizukawa 2013-09-23 23:01:48 +09:00
commit 5def0cc353

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 = ''