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 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63
|
Source: breathe
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Timo Röhling <roehling@debian.org>
Build-Depends:
debhelper-compat (= 13),
dh-python,
dh-sequence-python3,
dh-sequence-sphinxdoc <!nodoc>,
python3-all,
python3-setuptools,
python3-docutils,
python3-sphinx (>= 3),
python3-sphinx-copybutton <!nodoc>,
doxygen <!nodoc>,
furo <!nodoc>,
graphviz <!nodoc>,
latexmk <!nodoc>,
tex-gyre <!nodoc>,
texlive-plain-generic <!nodoc>,
texlive-latex-extra <!nodoc>,
texlive-fonts-recommended <!nodoc>,
Standards-Version: 4.6.2
Vcs-Git: https://salsa.debian.org/python-team/packages/breathe.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/breathe
Homepage: https://github.com/michaeljones/breathe/
Rules-Requires-Root: no
Package: python3-breathe
Architecture: all
Depends:
${python3:Depends},
${misc:Depends},
doxygen,
graphviz
Enhances:
python3-sphinx
Suggests:
breathe-doc
Description: Sphinx autodox support for languages with doxygen support (Python 3)
Breathe provides a bridge between the Sphinx and doxygen documentation
systems. It enables Sphinx to generate autodoc for languages other than Python
with the help of doxygen. It also allows one to embed reStructuredText in
doxygen markup.
.
This package provides the module for Python 3.
Package: breathe-doc
Architecture: all
Multi-Arch: foreign
Depends:
${sphinxdoc:Depends},
${misc:Depends},
libjs-mathjax
Section: doc
Description: Sphinx autodox support for languages with doxygen support (documentation)
Breathe provides a bridge between the Sphinx and doxygen documentation
systems. It enables Sphinx to generate autodoc for languages other than Python
with the help of doxygen. It also allows one to embed reStructuredText in
doxygen markup.
.
This package contains the documentation.
|