File: control

package info (click to toggle)
sphinx-inline-tabs 2023.4.21-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 176 kB
  • sloc: python: 276; javascript: 25; makefile: 5
file content (41 lines) | stat: -rw-r--r-- 1,209 bytes parent folder | download
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
Source: sphinx-inline-tabs
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
 James McCoy <jamessan@debian.org>,
Rules-Requires-Root: no
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-python3,
 dh-sequence-sphinxdoc <!nodoc>,
 flit,
 furo <!nodoc>,
 pybuild-plugin-pyproject,
 python3-all (>= 3.8),
 python3-myst-parser <!nodoc>,
 python3-sphinx <!nodoc>,
Standards-Version: 4.7.2
Homepage: https://github.com/pradyunsg/sphinx-inline-tabs
Vcs-Git: https://salsa.debian.org/python-team/packages/sphinx-inline-tabs.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/sphinx-inline-tabs

Package: python3-sphinx-inline-tabs
Architecture: all
Built-Using:
 ${sphinxdoc:Built-Using},
Depends:
 ${misc:Depends},
 ${python3:Depends},
 ${sphinxdoc:Depends},
Provides:
 ${python3:Provides},
Description: Add inline tabbed content to your Sphinx documentation
 This module has a small footprint in the markup and generated website, with
 an elegant design.
 .
 Colors can be configured using CSS variables.
 .
 Tabs with the same label all switch with a single click.
 .
 JavaScript is not required for the basics, only for synchronisation.