[PyQt] Missing documentation in PyQt 5.9 archive

Detlev Offenbach detlev at die-offenbachs.de
Wed Jul 12 18:17:15 BST 2017


Yes it is. I did some myself with older PyQt5 and PyQt4 releases.

The recipe is like that:

cd to the PyQt4/5 Doc directory

~/py3qt5env/bin/sphinx-build -b qthelp . build/qthelp
cd build/qthelp
~/Qt/5.9.1/gcc_64/bin/qhelpgenerator PyQt.qhp -o PyQt-xxx.qch

Replace the paths with the ones of your system.

Detlev

Am Dienstag, 11. Juli 2017, 23:20:56 CEST schrieb Phil Thompson:
> On 11 Jul 2017, at 6:14 pm, Detlev Offenbach <detlev at die-offenbachs.de> 
wrote:
> > Would you provide it as Qt Help files as well (i.e. *.qch)?
> 
> If the sphinx support is up to it.
> 
> Phil
> _______________________________________________
> PyQt mailing list    PyQt at riverbankcomputing.com
> https://www.riverbankcomputing.com/mailman/listinfo/pyqt

-- 
Detlev Offenbach
detlev at die-offenbachs.de


More information about the PyQt mailing list