summaryrefslogtreecommitdiff
path: root/doc/conf.py
diff options
context:
space:
mode:
authorRoland Meister <Roland Meister@localhost>2013-06-19 21:02:27 +0200
committerRoland Meister <Roland Meister@localhost>2013-06-19 21:02:27 +0200
commit73a1420cc6a54bee8fb9f75d2d83f38b0e66f413 (patch)
tree1785228b77491c61deddbc22000efebaffb8c3b2 /doc/conf.py
parent46debd9f176fa3b840e5b874c847593bcff9e252 (diff)
downloadsphinx-git-73a1420cc6a54bee8fb9f75d2d83f38b0e66f413.tar.gz
Add epub_guide entry to doc/conf.py
The toc for the spinx documentation actually is in contents.rst.
Diffstat (limited to 'doc/conf.py')
-rw-r--r--doc/conf.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/conf.py b/doc/conf.py
index 6e792b6a3..08149fba5 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -44,6 +44,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'),)
latex_documents = [('contents', 'sphinx.tex', 'Sphinx Documentation',
'Georg Brandl', 'manual', 1)]