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
|
Source: mkdocs-autorefs
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),
python3-all,
dh-sequence-python3,
pybuild-plugin-pyproject,
python3-pdm-backend,
Build-Depends-Indep:
mkdocs <!nocheck>,
mkdocstrings <!nocheck>,
mkdocs-material <!nocheck>,
python3-griffe <!nocheck>,
python3-pymdownx <!nocheck>,
python3-pytest <!nocheck>,
python3-pytest-cov <!nocheck>,
python3-pytest-xdist <!nocheck>,
Rules-Requires-Root: no
Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/python-team/packages/mkdocs-autorefs
Vcs-Git: https://salsa.debian.org/python-team/packages/mkdocs-autorefs.git
Homepage: https://github.com/mkdocstrings/autorefs
Testsuite: autopkgtest-pkg-python
Package: mkdocs-autorefs
Architecture: all
Depends:
${misc:Depends},
${python3:Depends},
Description: Plugin for MkDocs to automatically link across pages
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 that can add linking across the
various sites created by MkDocs.
|