Tiberius Teng <tiberius.t...@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 <rep...@bugs.python.org>
<http://bugs.python.org/issue6900>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to