File: control

package info (click to toggle)
sphinx-autoapi 1.5.1-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 932 kB
  • sloc: python: 4,372; makefile: 164; javascript: 16; sh: 1
file content (36 lines) | stat: -rw-r--r-- 1,220 bytes parent folder | download
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
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 (= 12),
 dh-python,
 sphinx-common,
 python3-all,
 python3-setuptools,
 python3-astroid,
 python3-jinja2,
 python3-sphinx,
 python3-sphinx-rtd-theme,
 python3-unidecode,
 python3-yaml,
 python3-mock,
 python3-pytest
Rules-Requires-Root: no
Standards-Version: 4.5.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

Package: python3-sphinx-autoapi
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}, ${sphinxdoc:Depends}
Enhances: python3-sphinx
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.