1
0
mirror of https://github.com/venthur/blag.git synced 2025-11-25 20:52:43 +00:00

made docs working

This commit is contained in:
Bastian Venthur
2022-06-09 21:13:41 +02:00
parent c469b9b591
commit f9b6afa80a
4 changed files with 26 additions and 43 deletions

36
debian/control vendored
View File

@@ -5,6 +5,7 @@ Maintainer: Bastian Venthur <venthur@debian.org>
Rules-Requires-Root: no
Build-Depends:
debhelper-compat (= 13),
dh-sequence-sphinxdoc,
dh-sequence-python3,
dh-python,
python3-setuptools,
@@ -15,6 +16,7 @@ Build-Depends:
python3-pygments,
python3-pytest,
python3-pytest-cov,
python3-sphinx,
#Testsuite: autopkgtest-pkg-python
Standards-Version: 4.6.0.1
Homepage: https://github.com/venthur/blag
@@ -38,20 +40,20 @@ Description: Blog-aware, static site generator
* Integrated devserver
* Available on PyPI
#Package: blag-doc
#Section: doc
#Architecture: all
#Depends:
# ${sphinxdoc:Depends},
# ${misc:Depends},
#Description: Blog-aware, static site generator (documentation)
# Blag is a blog-aware, static site generator, written in Python. It supports
# the following features:
# * Write content in Markdown
# * Theming support using Jinja2 templates
# * Generation of Atom feeds for blog content
# * Fenced code blocks and syntax highlighting using Pygments
# * Integrated devserver
# * Available on PyPI
# .
# This is the common documentation package.
Package: blag-doc
Section: doc
Architecture: all
Depends:
${sphinxdoc:Depends},
${misc:Depends},
Description: Blog-aware, static site generator (documentation)
Blag is a blog-aware, static site generator, written in Python. It supports
the following features:
* Write content in Markdown
* Theming support using Jinja2 templates
* Generation of Atom feeds for blog content
* Fenced code blocks and syntax highlighting using Pygments
* Integrated devserver
* Available on PyPI
.
This is the common documentation package.