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>,
Rules-Requires-Root: no
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.
