pythonqtqt4python-sphinxqt-assistant

sphinx - how to change documentation style sheet


I generated the Python documentation with sphinx to view it on Qt Assistant, but the theme used by the Python developers for their documentation seems to have some problems on Qt Assistant, Is there a way to override/change the theme before generating the documentation?

enter image description here

Thanks!

P.S.: I followed some indications from here http://docs.python.org/devguide/documenting.html#using-make-make-bat but instead of doing make html I did sphinx-build -b qthelp . build/qthelp and later qcollectiongenerator-qt4 build/qthelp/Python.qhcp. I used sphinx 1.1.3.


Solution

  • This was a bug on Python documentation that is now fixed :) see http://hg.python.org/cpython/rev/2a6c33592e40 and http://hg.python.org/cpython/rev/d6831d94dd1e