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
|
Source: mkdocs-macros-plugin
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Stefano Rivera <stefanor@debian.org>
Build-Depends: debhelper-compat (= 13),
dh-sequence-python3,
mkdocs,
python3-all,
python3-dateutil,
python3-hjson,
python3-jinja2,
python3-pathspec,
python3-setuptools,
python3-super-collections,
python3-termcolor,
python3-yaml,
# We haven't figured out tests:
# mkdocs-material <!nocheck>,
# python3-mkdocs-test <!nocheck>,
# python3-pytest <!nocheck>,
Standards-Version: 4.7.2
Homepage: https://github.com/fralau/mkdocs_macros_plugin
Vcs-Git: https://salsa.debian.org/python-team/packages/mkdocs-macros-plugin.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/mkdocs-macros-plugin
Rules-Requires-Root: no
Package: mkdocs-macros-plugin
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends},
Description: Plugin for MkDocs to provide macros and variables
mkdocs-macros-plugin is a general-purpose plugin for MkDocs that uses
variables and macros (functions) to automate tasks, and produce richer and
more beautiful pages.
.
MKDocs is a static site generator geared towards building project
documentation.
|