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 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60
|
Source: python-sphinx-autodoc2
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
Yogeswaran Umasankar <yogu@debian.org>,
Homepage: https://github.com/sphinx-extensions2/sphinx-autodoc2
Vcs-Git: https://salsa.debian.org/python-team/packages/python-sphinx-autodoc2.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-sphinx-autodoc2
Section: python
Priority: optional
Build-Depends:
debhelper-compat (= 13),
dh-sequence-python3,
flit,
pybuild-plugin-pyproject,
python3-all,
python3-astroid,
python3-pytest <!nocheck>,
python3-pytest-cov <!nocheck>,
python3-pytest-regressions <!nocheck>,
python3-setuptools,
python3-sphinx <!nocheck>,
python3-typing-extensions,
Build-Depends-Indep:
furo <!nodoc>,
python3-myst-parser <!nodoc>,
python3-sphinx <!nodoc>,
Rules-Requires-Root: no
Standards-Version: 4.7.2
Testsuite: autopkgtest-pkg-pybuild
Package: python3-sphinx-autodoc2
Architecture: all
Depends:
python3-rich,
python3-typer,
${misc:Depends},
${python3:Depends},
Pre-Depends:
${misc:Pre-Depends},
Description: Sphinx extension to automatically generate API doc for Py packages
There is no need to install your package to generate the
documentation, and `sphinx-autodoc2` will correctly handle
`if TYPE_CHECKING` blocks and other typing only features. You
can even document packages from outside the project (via `git clone`).
Package: python-sphinx-autodoc2-doc
Architecture: all
Section: doc
Depends:
sphinx-doc,
${misc:Depends},
${sphinxdoc:Depends},
Multi-Arch: foreign
Description: Documentation for sphinx-autodoc2
There is no need to install your package to generate the
documentation, and `sphinx-autodoc2` will correctly handle
`if TYPE_CHECKING` blocks and other typing only features. You
can even document packages from outside the project (via `git clone`).
.
This package contains documentation for sphinx-autodoc2.
|