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
|
Source: sphinxcontrib-websupport
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Dmitry Shachnev <mitya57@debian.org>
Homepage: https://github.com/sphinx-doc/sphinxcontrib-websupport
Build-Depends: debhelper-compat (= 13),
dh-python,
dpkg-dev (>= 1.17.14),
flit (>= 3.7),
pybuild-plugin-pyproject,
python3-all,
python3-pytest <!nocheck>,
python3-sphinx (>= 7.2) <!nocheck>,
python3-sphinxcontrib.serializinghtml <!nocheck>,
python3-sqlalchemy <!nocheck>,
python3-whoosh <!nocheck>,
python3-xapian <!nocheck>
Rules-Requires-Root: no
Standards-Version: 4.7.0
Vcs-Git: https://salsa.debian.org/python-team/packages/sphinxcontrib-websupport.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/sphinxcontrib-websupport
Package: python3-sphinxcontrib.websupport
Architecture: all
Depends: python3-sphinx (>= 5),
python3-sphinxcontrib.serializinghtml,
${misc:Depends},
${python3:Depends}
Recommends: python3-sqlalchemy, python3-whoosh, python3-xapian
Description: API to integrate Sphinx documentation into Web applications (Python 3)
This module provides a means for integrating documentation built with Sphinx
into web applications. It supports comments, storage (with SQLAlchemy), and
search engines (whoosh and xapian).
.
This is the Python 3 version of sphinxcontrib-websupport.
|