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
|
Source: sphinxcontrib-qthelp
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Dmitry Shachnev <mitya57@debian.org>,
Build-Depends: debhelper-compat (= 13),
dh-python,
flit,
pybuild-plugin-pyproject,
python3-all,
python3-pytest <!nocheck>,
python3-sphinx (>= 7.2),
Rules-Requires-Root: no
Standards-Version: 4.7.0
Homepage: https://github.com/sphinx-doc/sphinxcontrib-qthelp/
Vcs-Browser: https://salsa.debian.org/python-team/packages/sphinxcontrib-qthelp
Vcs-Git: https://salsa.debian.org/python-team/packages/sphinxcontrib-qthelp.git
Package: python3-sphinxcontrib.qthelp
Architecture: all
Depends: python3-sphinx (>= 5),
${misc:Depends},
${python3:Depends},
Description: sphinx extension which outputs QtHelp document
This module contains a Sphinx builder which produces Qt help collection support
files that allow the Qt collection generator to compile them.
|