From 6e40e33780794d28d822695f7dd31e6ee8b9f350 Mon Sep 17 00:00:00 2001 From: Yoshiki Shibukawa Date: Tue, 19 Jul 2016 18:39:58 +0900 Subject: [PATCH] Fix duplicated toc in epub3 output --- CHANGES | 2 +- sphinx/builders/epub3.py | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/CHANGES b/CHANGES index 71a25f26c..0da0a09ef 100644 --- a/CHANGES +++ b/CHANGES @@ -13,7 +13,7 @@ Bugs fixed * Disable search page on epub results * #2778: Fix autodoc crashes if obj.__dict__ is a property method and raises exception - +* Fix duplicated toc in epub3 output. Release 1.4.5 (released Jul 13, 2016) ===================================== diff --git a/sphinx/builders/epub3.py b/sphinx/builders/epub3.py index c39d16f78..a91779f88 100644 --- a/sphinx/builders/epub3.py +++ b/sphinx/builders/epub3.py @@ -73,7 +73,6 @@ PACKAGE_DOC_TEMPLATE = u'''\ %(files)s - %(spine)s