mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Fix duplicated toc in epub3 output
This commit is contained in:
parent
8d1604628a
commit
6e40e33780
2
CHANGES
2
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)
|
||||
=====================================
|
||||
|
@ -73,7 +73,6 @@ PACKAGE_DOC_TEMPLATE = u'''\
|
||||
%(files)s
|
||||
</manifest>
|
||||
<spine toc="ncx" page-progression-direction="%(page_progression_direction)s">
|
||||
<itemref idref="nav" />
|
||||
%(spine)s
|
||||
</spine>
|
||||
<guide>
|
||||
|
Loading…
Reference in New Issue
Block a user