File: control

package info (click to toggle)
sphinx-substitution-extensions 2025.06.06-2
  • links: PTS, VCS
  • area: main
  • in suites: forky
  • size: 248 kB
  • sloc: python: 1,021; makefile: 17
file content (29 lines) | stat: -rw-r--r-- 1,198 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
Source: sphinx-substitution-extensions
Section: python
Priority: optional
Maintainer: Sébastien Noel <sebastien@twolife.be>
Build-Depends: debhelper-compat (= 13),
               dh-sequence-python3,
               pybuild-plugin-pyproject,
               python3-all,
               python3-pytest <!nocheck>,
               python3-beartype,
               python3-myst-parser,
               python3-sphinx,
               python3-setuptools,
Rules-Requires-Root: no
Standards-Version: 4.7.2
Homepage: https://github.com/adamtheturtle/sphinx-substitution-extensions
Vcs-Git: https://salsa.debian.org/twolife/sphinx-substitution-extensions.git
Vcs-Browser: https://salsa.debian.org/twolife/sphinx-substitution-extensions

Package: python3-sphinx-substitution-extensions
Architecture: all
Depends: ${misc:Depends},
         ${python3:Depends},
Recommends: ${python3:Recommends},
Suggests: ${python3:Suggests},
Description: sphinx extension which allows substitutions within code blocks
 With this extension you can now use substitutions in various places
 inside rST documents or Markdown files where it wasn't possible to do so
 by default, like inside Sphinx's built-in "code-block" directive.