Source: python-sphinx-autodoc2
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Yogeswaran Umasankar <kd8mbd@gmail.com>,
           Pulak Bhushan <pulakbhushan@gmail.com>
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),
               python3-setuptools,
               dh-sequence-python3,
               python3-all,
               python3-astroid,
               python3-tomli,
               python3-typing-extensions,
               pybuild-plugin-pyproject,
               flit,
               python3-pytest <!nocheck>,
               python3-pytest-regressions <!nocheck>,
               python3-pytest-cov <!nocheck>,
               python3-sphinx <!nocheck>
Rules-Requires-Root: no
Standards-Version: 4.6.2
Testsuite: autopkgtest-pkg-pybuild

Package: python3-sphinx-autodoc2
Architecture: all
Depends: ${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`).
