I have written a documentation using Sphinx, and as the software is written in Qt, I have tried the qthelp Sphinx output engine. The Sphinx installation is brand new and nothing was customized, and I tried with the simple Sphinx project from the documentation "First Steps with Sphinx".
The resulting html displays nicely in firefox, with the default Sphinx skin.
Then I compile this to .qhc using qcollectiongenerator.exe (under windows) and load it with Qt Assistant.
The document contents are there, but the rendering is ugly. For instance, the whole document has a dark blue background, whereas firefox only applies this color to the title bars.
Is the Qt HTML renderer fully incompliant? Is there a way to tell Sphinx to generate Qt friendly HTML styling?
Thanks!