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
|
Source: sphinxcontrib-applehelp
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Joseph Nahmias <jello@debian.org>
Build-Depends:
debhelper-compat (= 13),
dh-python,
flit,
pybuild-plugin-pyproject,
python3-all,
python3-pytest <!nocheck>,
python3-sphinx <!nocheck>,
Standards-Version: 4.7.0
Homepage: https://github.com/sphinx-doc/sphinxcontrib-applehelp
Vcs-Browser: https://salsa.debian.org/python-team/packages/sphinxcontrib-applehelp
Vcs-Git: https://salsa.debian.org/python-team/packages/sphinxcontrib-applehelp.git
Testsuite: autopkgtest-pkg-pybuild
Rules-Requires-Root: no
Package: python3-sphinxcontrib.applehelp
Architecture: all
Depends: ${python3:Depends}, python3-sphinx, ${misc:Depends}
Enhances: python3-sphinx
Description: sphinx extension which outputs Apple help books
Plugin for the Sphinx documentation generation system that can render output
in the Apple help book format.
|