mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Use binary TOC in HTML help.
This commit is contained in:
parent
e93f22e84e
commit
1d963f682d
3
CHANGES
3
CHANGES
@ -30,6 +30,9 @@ Bugs fixed
|
||||
* 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)
|
||||
=========================
|
||||
|
@ -54,6 +54,7 @@ from sphinx import addnodes
|
||||
|
||||
project_template = '''\
|
||||
[OPTIONS]
|
||||
Binary TOC=Yes
|
||||
Compiled file=%(outname)s.chm
|
||||
Contents file=%(outname)s.hhc
|
||||
Default Window=%(outname)s
|
||||
|
Loading…
Reference in New Issue
Block a user