File: control

package info (click to toggle)
sphinx-autorun 1.1.0-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 136 kB
  • sloc: makefile: 160; python: 152
file content (25 lines) | stat: -rw-r--r-- 931 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
Source: sphinx-autorun
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Félix Sipma <felix+debian@gueux.org>
Priority: optional
Section: python
Build-Depends: debhelper-compat (= 13),
 dh-python,
 python3-all,
 python3-setuptools,
 python3-sphinx,
 python3-setuptools-scm
Standards-Version: 4.5.1
Homepage: https://github.com/hobarrera/sphinx-autorun
Vcs-Git: https://salsa.debian.org/python-team/packages/sphinx-autorun.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/sphinx-autorun

Package: python3-sphinx-autorun
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Enhances: python3-sphinx
Description: Code execution extension for Sphinx (Python 3)
 sphinx_autorun is an extension for Sphinx that can execute the code from a
 runblock directive and attach the output of the execution to the document.
 .
 This package contains the extension for Sphinx running on Python 3.