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
|
Source: mkdocstrings
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-sequence-python3,
python3-all,
Build-Depends-Indep:
mkdocs <!nodoc>,
mkdocs-autorefs <!nodoc>,
mkdocs-material <!nocheck> <!nodoc>,
mkdocs-literate-nav <!nocheck>,
mkdocs-section-index <!nocheck>,
mkdocstrings-python-handlers <!nocheck>,
pybuild-plugin-pyproject,
python3-markdown-callouts <!nocheck>,
python3-markdown-exec <!nocheck>,
python3-pdm-pep517,
python3-pygments (>> 2.12),
python3-pytest <!nocheck>,
# python3-sphinx <!nocheck>,
Rules-Requires-Root: no
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/python-team/packages/mkdocstrings
Vcs-Git: https://salsa.debian.org/python-team/packages/mkdocstrings.git
Homepage: https://github.com/mkdocstrings/mkdocstrings
Package: mkdocstrings
Architecture: all
Depends:
mkdocs-autorefs,
${misc:Depends},
${python3:Depends},
Suggests:
mkdocstrings-python-handlers | mkdocstrings-python-legacy
Description: Automatic Python documentation from sources for MkDocs
MkDocs is a fast, simple and downright gorgeous static site generator
that's geared towards building project documentation. Documentation
source files are written in Markdown, and configured with a single YAML
configuration file.
.
This package contains an plugin for MkDocs to build automatic documentation
from docstrings within your source code files.
|