Source: python-sphinxcontrib.apidoc
Section: python
Priority: optional
Maintainer: OpenKylin Developers <packaging@lists.openkylin.top>
Build-Depends: debhelper (>=11~),
               dh-python,
               openstack-pkg-tools,
               python3-all,
               python3-pbr (>= 5.0.0),
               python3-setuptools,
               python3-sphinx,
Build-Depends-Indep: python3-pytest
Standards-Version: 4.3.0
Vcs-Browser: https://gitee.com/openkylin/python-sphinxcontrib.apidoc
Vcs-Git: https://gitee.com/openkylin/python-sphinxcontrib.apidoc.git
Homepage: https://github.com/sphinx-contrib/apidoc

Package: python3-sphinxcontrib.apidoc
Architecture: all
Depends:
 python3-pbr (>= 5.0.0),
 ${misc:Depends},
 ${python3:Depends},
Description: Sphinx extension for running 'sphinx-apidoc' on each build - Python 3.x
 sphinx-apidoc is a tool for automatic generation of Sphinx sources that, using
 the autodoc sphinx_autodoc extension, documents a whole package in the style
 of other automatic API documentation tools. sphinx-apidoc does not actually
 build documentation - rather it simply generates it. As a result, it must be
 run before sphinx-build.
 .
 This package contains the Python 3.x module.
