Source: sphinx-autoapi
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
 Félix Sipma <felix+debian@gueux.org>,
Section: python
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-python3,
 dh-sequence-sphinxdoc,
 flit (>= 3.2),
 furo,
 pybuild-plugin-pyproject,
 python3-all,
 python3-astroid (>= 2.7) <!nocheck> <!nodoc>,
 python3-bs4 <!nocheck>,
 python3-doc <!nodoc>,
 python3-jinja2,
 python3-packaging <!nocheck>,
 python3-pytest <!nocheck>,
 python3-sphinx,
 python3-sphinx-design,
 python3-yaml <!nocheck>,
 sphinx-doc <!nodoc>,
Standards-Version: 4.7.4
Homepage: https://github.com/readthedocs/sphinx-autoapi
Vcs-Git: https://salsa.debian.org/python-team/packages/sphinx-autoapi.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/sphinx-autoapi
Testsuite: autopkgtest-pkg-pybuild

Package: python3-sphinx-autoapi
Architecture: all
Depends:
 ${misc:Depends},
 ${python3:Depends},
 ${sphinxdoc:Depends},
Enhances:
 python3-sphinx,
Suggests:
 python-jinja2-doc,
 python3-doc,
 sphinx-doc,
Description: Automatic doc generation by parsing source code (Sphinx extension)
 Sphinx AutoAPI provides "autodoc" style documentation for multiple
 programming languages without needing to load, run, or import the project
 being documented.
 .
 In contrast to the traditional Sphinx autodoc, which is Python-only and uses
 code imports, AutoAPI finds and generates documentation by parsing source
 code.
