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
|
Source: sphinx-celery
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
Christopher Hoskin <mans0954@debian.org>,
Section: python
Priority: optional
Build-Depends:
debhelper-compat (= 13),
dh-sequence-python3,
python3-all,
python3-pytest,
python3-setuptools,
python3-sphinx (>= 2.0.0),
Standards-Version: 4.5.1
Rules-Requires-Root: no
Homepage: https://github.com/celery/sphinx_celery
Vcs-Git: https://salsa.debian.org/python-team/packages/sphinx-celery.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/sphinx-celery
Package: python3-sphinx-celery
Architecture: all
Depends:
${misc:Depends},
${python3:Depends},
Description: Sphinx Celery theme
This package provides the Celery sphinx theme and common Sphinx utilities,
including:
.
* Autodoc coverage checker builder extension - makes sure all modules in the
documented package are represented in the autodoc API reference
* Configuration Reference Checker builder extension - makes sure all settings
in the documented package are represented in the configuration reference
|