sphinx and wxHtmlHelpController

Seems like this might be a common task, but I searched and didn't find
a published tool to do this. When using sphinx to generate htmlhelp,
you have to create a script to convert it into a format that renders
correctly in the wxHtmlHelpController. I gathered up all the
transforms that I'm using and put them in a script on PyPI:

http://pypi.python.org/pypi/sphinx_wxoptimize/

so you can install with:

easy_install sphinx-wxoptimize

If anyone has examples of other snippets of sphinx-generated htmlhelp
that don't render properly (and even better: already have a scripted
method to convert it!) I'd be interested to add them to this script.

Rob