[issue6900] Sub-optimal "Locate" button behaviour in Windows CHM file

Tiberius Teng report at bugs.python.org
Sat May 22 17:24:34 CEST 2010


Tiberius Teng <tiberius.teng at gmail.com> added the comment:

I believe I have isolated the problem.

After generating html help files with sphinx
$ sphinx-build -bhtmlhelp -a . build

Edit build/python265.hhp and remove following two lines:

Binary TOC=Yes
Binary Index=No

And build the chm again, the result file will have the correct 'Locate' button functionality. I believe the problem is caused by Binary TOC.

----------
nosy: +Tiberius.Teng

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue6900>
_______________________________________


More information about the Python-bugs-list mailing list