Merge pull request #2786 from shibukawa/fix/epub

Reduce epub checker warnings/errors for epub3 builder.
This commit is contained in:
Takeshi KOMIYA
2016-07-20 23:30:59 +09:00
committed by GitHub
5 changed files with 25 additions and 7 deletions

View File

@@ -47,7 +47,7 @@ epub_fix_images = False
epub_max_image_width = 0
epub_show_urls = 'inline'
epub_use_index = False
epub_guide = (('toc', 'contents.html', u'Table of Contents'),)
epub_guide = (('toc', 'contents.xhtml', u'Table of Contents'),)
latex_documents = [('contents', 'sphinx.tex', 'Sphinx Documentation',
'Georg Brandl', 'manual', 1)]