diff options
| author | georg.brandl <devnull@localhost> | 2008-05-23 14:11:53 +0000 |
|---|---|---|
| committer | georg.brandl <devnull@localhost> | 2008-05-23 14:11:53 +0000 |
| commit | 79f4454f2de32d73ec2535710e7250b2289c2f59 (patch) | |
| tree | 2014d3330d20a96c2248e96ff9f422f99bd43e1c /sphinx/htmlhelp.py | |
| parent | 683cd9ad4fe8717248718a9515c5d1bab78664e8 (diff) | |
| download | sphinx-79f4454f2de32d73ec2535710e7250b2289c2f59.tar.gz | |
Use binary TOC in HTML help.
Diffstat (limited to 'sphinx/htmlhelp.py')
| -rw-r--r-- | sphinx/htmlhelp.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sphinx/htmlhelp.py b/sphinx/htmlhelp.py index 77d0ff0a..327b59a4 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 |
