【发布时间】:2014-03-20 16:25:36
【问题描述】:
我用 sphinx 生成了 Python 文档以在 Qt 助手上查看它,但是 Python 开发人员为其文档使用的主题似乎在 Qt 助手上存在一些问题,有没有办法在生成之前覆盖/更改主题文档?
谢谢!
P.S.:我从这里http://docs.python.org/devguide/documenting.html#using-make-make-bat 遵循了一些指示,但我没有做make html,而是做了sphinx-build -b qthelp . build/qthelp 和后来的qcollectiongenerator-qt4 build/qthelp/Python.qhcp。我使用狮身人面像 1.1.3。
【问题讨论】:
-
你看过狮身人面像html theming support吗?
-
err...不,我没有。
标签: python qt qt4 python-sphinx assistant