[docs] [issue35228] Index search in CHM help crashes viewer
Christian Ullrich
report at bugs.python.org
Sun Dec 2 04:23:30 EST 2018
Christian Ullrich <chris at chrullrich.net> added the comment:
Ma Lin, thanks for the suggestion!
Yes, it looks like this option fixes the problem. I can reproduce the crash at will with a .chm built without this option, and not at all with one that has it on.
If the .chm's directory is not writable, the .chw will be created, and later reused from, %APPDATA%\Microsoft\HTML Help.
Unfortunately, sphinx apparently has no facility for setting this option to Yes in the generated .hhp file, so it will have to be modified before compilation.
----------
_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue35228>
_______________________________________
More information about the docs
mailing list