summaryrefslogtreecommitdiff
path: root/doc/conf.py
diff options
context:
space:
mode:
authorYoshiki Shibukawa <shibukawa.yoshiki@dena.jp>2016-07-21 10:08:27 +0900
committerYoshiki Shibukawa <shibukawa.yoshiki@dena.jp>2016-08-09 16:58:56 +0900
commit8f162a132e86ce60c20b0b7a98d04d959511e1cf (patch)
tree1a12ee4a82f5762e3923bfcc7b1f855c6e1df593 /doc/conf.py
parent59ebeb7f1ffcbfa8b8f901e2d36cd3827967d701 (diff)
downloadsphinx-git-8f162a132e86ce60c20b0b7a98d04d959511e1cf.tar.gz
fix epub warning in Sphinx's document
Diffstat (limited to 'doc/conf.py')
-rw-r--r--doc/conf.py7
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/conf.py b/doc/conf.py
index f3bf569f8..269b67275 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -36,9 +36,9 @@ epub_author = 'Georg Brandl'
epub_publisher = 'http://sphinx-doc.org/'
epub_scheme = 'url'
epub_identifier = epub_publisher
-epub_pre_files = [('index.html', 'Welcome')]
-epub_post_files = [('install.html', 'Installing Sphinx'),
- ('develop.html', 'Sphinx development')]
+epub_pre_files = [('index.xhtml', 'Welcome')]
+epub_post_files = [('install.xhtml', 'Installing Sphinx'),
+ ('develop.xhtml', 'Sphinx development')]
epub_exclude_files = ['_static/opensearch.xml', '_static/doctools.js',
'_static/jquery.js', '_static/searchtools.js',
'_static/underscore.js', '_static/basic.css',
@@ -48,6 +48,7 @@ epub_max_image_width = 0
epub_show_urls = 'inline'
epub_use_index = False
epub_guide = (('toc', 'contents.xhtml', u'Table of Contents'),)
+epub3_description = 'Sphinx documentation generator system manual'
latex_documents = [('contents', 'sphinx.tex', 'Sphinx Documentation',
'Georg Brandl', 'manual', 1)]