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
|
Source: sphinx-bootstrap-theme
Section: python
Priority: optional
Maintainer: Sandro Tosi <morph@debian.org>
Uploaders: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Build-Depends: debhelper (>= 10), python, python3, dh-python, python-setuptools, python3-setuptools
Standards-Version: 4.1.4
X-Python-Version: all
X-Python3-Version: all
Homepage: http://ryan-roemer.github.io/sphinx-bootstrap-theme/index.html
Vcs-Git: https://salsa.debian.org/python-team/modules/sphinx-bootstrap-theme.git
Vcs-Browser: https://salsa.debian.org/python-team/modules/sphinx-bootstrap-theme
Package: python-sphinx-bootstrap-theme
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}
Description: bootstrap theme for Sphinx
This Sphinx theme integrates the Bootstrap CSS / JavaScript framework with
various layout options, hierarchical menu navigation, and mobile-friendly
responsive design. It is configurable, extensible and can use any number of
different Bootswatch CSS themes.
Package: python3-sphinx-bootstrap-theme
Architecture: all
Depends: ${python3:Depends}, ${misc:Depends}
Description: bootstrap theme for Sphinx (Python 3)
This Sphinx theme integrates the Bootstrap CSS / JavaScript framework with
various layout options, hierarchical menu navigation, and mobile-friendly
responsive design. It is configurable, extensible and can use any number of
different Bootswatch CSS themes.
.
This package contains the Python 3 version of sphinx-bootstrap-theme
|