1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33
|
Source: sphinx-qt-documentation
Section: python
Priority: optional
Maintainer: Gianfranco Costamagna <locutusofborg@debian.org>
Build-Depends: debhelper-compat (= 13), dh-python,
pyqt5-dev-tools,
pyqt6-dev-tools,
python3-all,
python3-sphinx,
python3-setuptools
Standards-Version: 4.7.0
Rules-Requires-Root: no
Homepage: https://github.com/Czaki/sphinx-qt-documentation
Package: python3-sphinx-qt-documentation
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends},
Recommends: ${python3:Recommends}
Suggests: ${python3:Suggests}
Description: Plugin for proper resolve intersphinx references for Qt elements
This is plugin to add cross-link to qt documentation for Python code created
with PyQt5 or PySide2.
Currently, it supports qtpy, Qt.py wrappers and PyQt5, PySide2,
PyQt6 and PySide6.
This extension provides one configuration option qt_documentation
with possible values:
.
* PyQt5
* Qt5
* PySide2
* PyQt6
* Qt6
* PySide6
|