Hello Jorge, I have created a script <https://github.com/seanfisk/pyside-docs> which I used to build the PySide docs which are currently up at http://pyside.github.io/docs/pyside/. If you look in build_docs.bash, there are a couple places where patches are applied to adjust the targets. That is likely where you will want to go to change html to qthelp. Running qcollectiongenerator could be done by adding a couple of CMake rules after Sphinx runs.
There are a large number of gotchas when building the PySide docs, for example that qdoc3 from Qt 4.6.4 is the oldest version capable of building these docs. Therefore I would recommend simply modifying the scripts to do what you want. Hope this helps! -- Sean Fisk On Thu, Mar 20, 2014 at 1:05 PM, Jorge Araya Navarro <kart...@gmx.com>wrote: > Hello! > > I'm in a journey of generating important python-related documentation of > many important projects to view them on Qt Assistant. I'm struggling to > understand how I can generate the PySide documentation, or how could I > change the CMakeLists files to add the command `sphinx-build -b qthelp . > build/qthelp` and then `qcollectiongenerator-qt4 build/qthelp/PySide.qhcp` > so the documentation for Qt Assistant can be generated. > > Any help will be very appreciated! > -- > *Pax et bonum.* > Jorge Araya Navarro. > DiseƱador publicitario, programador Python/C++ y colaborador en Parabola > GNU/Linux-libre. > > > _______________________________________________ > PySide mailing list > PySide@qt-project.org > http://lists.qt-project.org/mailman/listinfo/pyside > >
_______________________________________________ PySide mailing list PySide@qt-project.org http://lists.qt-project.org/mailman/listinfo/pyside