diff options
author | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2016-07-20 23:30:59 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-07-20 23:30:59 +0900 |
commit | c698fab3380028ec0fe79442e87c7ac5c2effaa2 (patch) | |
tree | ead539d1f5c15f1137b3ccf32d56fa1d19b07668 /doc/conf.py | |
parent | 8d8e35a043d435bb6109196ab13722b900ff37ed (diff) | |
parent | 62ed395f5c8c1d2afdf4d23bfae5ca48acf2dd3f (diff) | |
download | sphinx-git-c698fab3380028ec0fe79442e87c7ac5c2effaa2.tar.gz |
Merge pull request #2786 from shibukawa/fix/epub
Reduce epub checker warnings/errors for epub3 builder.
Diffstat (limited to 'doc/conf.py')
-rw-r--r-- | doc/conf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/conf.py b/doc/conf.py index 753ffab4c..f3bf569f8 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -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)] |