Add epub_guide entry to doc/conf.py

The toc for the spinx documentation actually is in contents.rst.
This commit is contained in:
Roland Meister 2013-06-19 21:02:27 +02:00
parent 46debd9f17
commit 73a1420cc6

View File

@ -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)]