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 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80
|
Source: doxysphinx
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Christian Bayle <bayle@debian.org>
Rules-Requires-Root: no
Build-Depends:
debhelper-compat (= 13),
dh-sequence-sphinxdoc,
dh-sequence-python3,
node-fortawesome-fontawesome-free,
python3-setuptools,
python3-all,
pybuild-plugin-pyproject,
python3-poetry,
python3-poetry-core,
python3-pytest-cov,
python3-pytest-emoji,
python3-sphinxcontrib.plantuml,
python3-sphinx-autoapi,
python3-myst-parser,
python3-sphinx-copybutton,
python3-sphinxcontrib.doxylink (>=1.13),
python3-sphinx-design,
python3-sphinx-book-theme (>=1.1.4),
python3-matplotlib,
python3-sphinx,
python3-sphinx-needs,
Testsuite: autopkgtest-pkg-pybuild
Standards-Version: 4.7.0
Homepage: https://github.com/boschglobal/doxysphinx
Vcs-Browser: https://salsa.debian.org/python-team/packages/doxysphinx
Vcs-Git: https://salsa.debian.org/python-team/packages/doxysphinx.git
Package: python3-doxysphinx
Architecture: all
Depends:
${python3:Depends},
${misc:Depends},
python3-json5,
python3-mpire,
Suggests:
python-doxysphinx-doc,
Description: Lightweight Doxygen extension for Sphinx
Doxysphinx is a Doxygen and Sphinx integration tool.
.
It is an easy-to-use cli tool and typically runs right after Doxygen
generation. It reuses the Doxygen generated HTML output and integrates it into
Sphinx document generation. With this, Doxysphinx supports all known Doxygen
features and at the same time integrates well with the Sphinx output (for
example, Sphinx-Themes, search etc.). Doxysphinx, also supports restructured
text (rST) annotations within C++ files.
.
Internally, Doxysphinx creates an rST file for each (Doxygen) HTML file and
includes the HTML using .. raw:: html directive. Later Sphinx picks up these
rST files and creates an integrated documentation.
.
This package installs the library for Python 3.
Package: python-doxysphinx-doc
Section: doc
Architecture: all
Depends:
${sphinxdoc:Depends},
${misc:Depends},
Description: Lightweight Doxygen extension for Sphinx (doc)
Doxysphinx is a Doxygen and Sphinx integration tool.
.
It is an easy-to-use cli tool and typically runs right after Doxygen
generation. It reuses the Doxygen generated HTML output and integrates it into
Sphinx document generation. With this, Doxysphinx supports all known Doxygen
features and at the same time integrates well with the Sphinx output (for
example, Sphinx-Themes, search etc.). Doxysphinx, also supports restructured
text (rST) annotations within C++ files.
.
Internally, Doxysphinx creates an rST file for each (Doxygen) HTML file and
includes the HTML using .. raw:: html directive. Later Sphinx picks up these
rST files and creates an integrated documentation.
.
This is the common documentation package.
|