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
|
Source: sphinx-autoapi
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Félix Sipma <felix+debian@gueux.org>
Priority: optional
Section: python
Build-Depends: debhelper-compat (= 13),
dh-sequence-python3,
flit (>= 3.2),
pybuild-plugin-pyproject,
python3-all,
python3-astroid (>= 2.7),
python3-bs4 <!nocheck>,
python3-packaging <!nocheck>,
python3-jinja2,
python3-sphinx,
python3-sphinx-rtd-theme,
python3-sphinx-design,
python3-doc <!nodoc>,
sphinx-doc <!nodoc>,
furo,
python3-yaml,
python3-pytest
Rules-Requires-Root: no
Standards-Version: 4.7.0
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: python3-doc, sphinx-doc, python-jinja2-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.
|