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
|
Source: mkdocstrings
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
Carsten Schoenert <c.schoenert@t-online.de>,
Kathara Sasikumar <katharasasikumar007@gmail.com>,
Section: python
Priority: optional
Build-Depends:
debhelper-compat (= 13),
dh-sequence-python3,
python3-all,
Build-Depends-Indep:
mkdocs (>= 1.6.0) <!nodoc>,
mkdocs-autorefs (>= 1.4.0) <!nodoc>,
mkdocs-material <!nocheck> <!nodoc>,
mkdocs-material-extensions <!nocheck>,
mkdocs-literate-nav <!nocheck>,
mkdocstrings-python-handlers (>= 1.16.2) <!nocheck>,
pybuild-plugin-pyproject,
python3-dirty-equals <!nocheck>,
python3-markdown-callouts <!nocheck>,
python3-markdown-exec <!nocheck>,
python3-pdm-backend,
python3-pygments (>> 2.12),
python3-pytest <!nocheck>,
# python3-sphinx <!nocheck>,
Standards-Version: 4.7.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 (>= 1.6.1+dfsg1-2),
mkdocs-autorefs (>= 1.4.0),
${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.
|