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 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79
|
Source: jupyter-sphinx-theme
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Jerome Benoit <calculus@rezozer.net>
Rules-Requires-Root: no
Build-Depends: debhelper-compat (= 13),
Build-Depends-Indep: dh-python,
libjs-bootstrap,
libjs-bootswatch,
libjs-jquery,
python3-all,
python3-nbsphinx,
python3-recommonmark,
python3-setuptools,
python3-sphinx-bootstrap-theme
Standards-Version: 4.6.2
Homepage: https://github.com/jupyter/jupyter-sphinx-theme
Vcs-Git: https://salsa.debian.org/python-team/packages/jupyter-sphinx-theme.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/jupyter-sphinx-theme
Package: python3-jupyter-sphinx-theme
Architecture: all
Depends: jupyter-sphinx-theme-common (= ${binary:Version}),
${misc:Depends},
${python3:Depends}
Suggests: jupyter-sphinx-theme-doc (= ${source:Version})
Description: Jupyter Sphinx Theme -- Python 3
A Jupyter Sphinx theme for narrative documentation.
.
It 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 the theme.
Package: jupyter-sphinx-theme-common
Architecture: all
Depends: libjs-bootstrap,
libjs-bootswatch,
libjs-jquery,
python3-sphinx-bootstrap-theme,
${misc:Depends},
${python3:Depends}
Description: Jupyter Sphinx Theme -- common files
A Jupyter Sphinx theme for narrative documentation.
.
It 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 common files used by the theme.
Package: jupyter-sphinx-theme-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}
Recommends:
python3-doc,
python3-jupyter-sphinx-theme (= ${binary:Version}),
texinfo,
tex-gyre,
texlive-fonts-recommended,
texlive-plain-generic,
texlive-latex-extra,
texlive-latex-recommended,
latexmk
Multi-Arch: foreign
Description: Jupyter Sphinx Theme -- documentation
A Jupyter Sphinx theme for narrative documentation.
.
It 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 common documentation and examples.
|