File: control

package info (click to toggle)
sphinx-external-toc 1.0.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 796 kB
  • sloc: python: 1,502; xml: 20; makefile: 11
file content (53 lines) | stat: -rw-r--r-- 1,942 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
42
43
44
45
46
47
48
49
50
51
52
53
Source: sphinx-external-toc
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Christian Bayle <bayle@debian.org>
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-sphinxdoc,
 flit,
 node-fortawesome-fontawesome-free,
 pybuild-plugin-pyproject,
 python3-all,
 python3-flit-scm,
 python3-myst-parser,
 python3-sphinx-book-theme (>=1.1.4),
Testsuite: autopkgtest-pkg-python
Standards-Version: 4.7.0
Rules-Requires-Root: no
Homepage: https://github.com/executablebooks/sphinx-external-toc
Vcs-Browser: https://salsa.debian.org/python-team/packages/sphinx-external-toc
Vcs-Git: https://salsa.debian.org/python-team/packages/sphinx-external-toc.git

Package: python3-sphinx-external-toc
Architecture: all
Depends:
 ${misc:Depends},
 ${python3:Depends},
Description: Sphinx extension that allows the site-map to be defined
 in a single YAML file (a.k.a Table of Contents) external to the
 documentation files. As used by Jupyter Book!
 In normal Sphinx documentation, the documentation site-map is defined
 via a bottom-up approach - adding toctree directives within pages of the
 documentation.
 This extension facilitates a top-down approach to defining the site-map
 structure, within a single YAML file.
 This package installs the library for Python 3.

Package: python-sphinx-external-toc-doc
Section: doc
Architecture: all
Depends:
 ${misc:Depends},
 ${sphinxdoc:Depends},
Description: Sphinx extension that allows the site-map to be defined (doc)
 in a single YAML file (a.k.a Table of Contents) external to the
 documentation files. As used by Jupyter Book!
 In normal Sphinx documentation, the documentation site-map is defined
 via a bottom-up approach - adding toctree directives within pages of the
 documentation.
 This extension facilitates a top-down approach to defining the site-map
 structure, within a single YAML file.
 .
 This is the common documentation package.