diff options
author | Georg Brandl <georg@python.org> | 2008-05-23 14:11:53 +0000 |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2008-05-23 14:11:53 +0000 |
commit | 1d963f682d24d49b0122b11a95b81c65450152fa (patch) | |
tree | 2014d3330d20a96c2248e96ff9f422f99bd43e1c | |
parent | e93f22e84e660e66f95509f0376bd08981785545 (diff) | |
download | sphinx-git-1d963f682d24d49b0122b11a95b81c65450152fa.tar.gz |
Use binary TOC in HTML help.
-rw-r--r-- | CHANGES | 3 | ||||
-rw-r--r-- | sphinx/htmlhelp.py | 1 |
2 files changed, 4 insertions, 0 deletions
@@ -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) ========================= diff --git a/sphinx/htmlhelp.py b/sphinx/htmlhelp.py index 77d0ff0a0..327b59a46 100644 --- a/sphinx/htmlhelp.py +++ b/sphinx/htmlhelp.py @@ -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 |