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
|
Source: sphinxcontrib-restbuilder
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
Carsten Schoenert <c.schoenert@t-online.de>,
Section: python
Priority: optional
Build-Depends:
debhelper-compat (= 13),
dh-python,
python3-all,
python3-docutils,
python3-pytest,
python3-setuptools,
python3-sphinx,
Rules-Requires-Root: no
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/python-team/packages/sphinxcontrib-restbuilder
Vcs-Git: https://salsa.debian.org/python-team/packages/sphinxcontrib-restbuilder.git
Homepage: https://github.com/sphinx-contrib/restbuilder
Package: python3-sphinxcontrib.restbuilder
Architecture: all
Depends:
${misc:Depends},
${python3:Depends},
Description: extension to build reST (reStructuredText) files with Sphinx (Python 3)
This extension is in particular useful to use in combination with the autodoc
extension. In this combination, autodoc generates the documentation based on
docstrings, and restbuilder outputs the result are reStructuredText (.rst)
files.
.
In order to use it, add sphinxcontrib.restbuilder into the extensions list of
your Sphinx configuration file (conf.py)
.
This package contains the Python 3 version.
|