[Python-checkins] r63560 - in doctools/trunk: CHANGES sphinx/htmlhelp.py

georg.brandl python-checkins at python.org
Fri May 23 16:11:53 CEST 2008


Author: georg.brandl
Date: Fri May 23 16:11:53 2008
New Revision: 63560

Log:
Use binary TOC in HTML help.


Modified:
   doctools/trunk/CHANGES
   doctools/trunk/sphinx/htmlhelp.py

Modified: doctools/trunk/CHANGES
==============================================================================
--- doctools/trunk/CHANGES	(original)
+++ doctools/trunk/CHANGES	Fri May 23 16:11:53 2008
@@ -30,6 +30,9 @@
 * Rename the "sidebar" class to "sphinxsidebar" in order to stay different
   from reST sidebars.
 
+* Use a binary TOC in HTML help generation to fix issues links without
+  explicit anchors.
+
 
 Release 0.3 (May 6, 2008)
 =========================

Modified: doctools/trunk/sphinx/htmlhelp.py
==============================================================================
--- doctools/trunk/sphinx/htmlhelp.py	(original)
+++ doctools/trunk/sphinx/htmlhelp.py	Fri May 23 16:11:53 2008
@@ -54,6 +54,7 @@
 
 project_template = '''\
 [OPTIONS]
+Binary TOC=Yes
 Compiled file=%(outname)s.chm
 Contents file=%(outname)s.hhc
 Default Window=%(outname)s


More information about the Python-checkins mailing list