From 73a1420cc6a54bee8fb9f75d2d83f38b0e66f413 Mon Sep 17 00:00:00 2001 From: Roland Meister Date: Wed, 19 Jun 2013 21:02:27 +0200 Subject: [PATCH] Add epub_guide entry to doc/conf.py The toc for the spinx documentation actually is in contents.rst. --- doc/conf.py | 1 + 1 file changed, 1 insertion(+) 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)]