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
|
Source: hatch-sphinx
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
Stuart Prescott <stuart@debian.org>,
Build-Depends:
debhelper-compat (= 13),
dh-sequence-python3,
pybuild-plugin-pyproject,
python3-all,
python3-hatch-vcs,
python3-hatchling,
python3-pytest <!nocheck>,
python3-sphinx <!nocheck>,
python3-venv <!nocheck>,
Standards-Version: 4.7.2
Homepage: https://github.com/llimeht/hatch-sphinx
Vcs-Browser: https://salsa.debian.org/python-team/packages/hatch-sphinx
Vcs-Git: https://salsa.debian.org/python-team/packages/hatch-sphinx.git
Package: python3-hatch-sphinx
Architecture: all
Depends:
${misc:Depends},
${python3:Depends},
Description: hatchling plugin to build documentation
Hatchling plugin to build documentation with Sphinx during
Python module build time. The documentation can then be included
in distributions such as Python wheels.
|