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 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63
|
Source: python-mkdocs
Section: text
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Brian May <bam@debian.org>
Build-Depends:
debhelper (>= 11),
dh-python (>= 3.20180313),
python3-all (>= 3.2),
python3-click,
python3-jinja2,
python3-livereload (>= 2.5.1-1~),
python3-markdown (>= 2.1.0),
python3-mock,
python3-pkg-resources,
python3-setuptools,
python3-tornado,
python3-watchdog,
python3-yaml
Standards-Version: 4.1.5
Homepage: https://www.mkdocs.org/
Vcs-Browser: https://salsa.debian.org/python-team/modules/python-mkdocs
Vcs-Git: https://salsa.debian.org/python-team/modules/python-mkdocs.git
Package: mkdocs
Architecture: all
Depends:
fonts-font-awesome,
libjs-bootstrap,
libjs-bootswatch,
libjs-jquery,
libjs-lunr,
libjs-modernizr,
python3-pkg-resources,
sphinx-rtd-theme-common,
${misc:Depends},
${python3:Depends}
Suggests: ghp-import, mkdocs-doc, nodejs
Breaks: mkdocs-bootstrap (<< 0.2)
Description: Static site generator geared towards building project documentation
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.
Package: mkdocs-doc
Section: doc
Architecture: all
Depends:
fonts-font-awesome,
libjs-bootstrap,
libjs-bootswatch,
libjs-jquery,
libjs-lunr,
${misc:Depends},
${mkdocs:Depends}
Description: Static site generator (documentation)
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 the HTML documentation.
|