File: control

package info (click to toggle)
sphinx-autorun 1.1.0-3.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 136 kB
  • sloc: makefile: 160; python: 152
file content (25 lines) | stat: -rw-r--r-- 944 bytes parent folder | download | duplicates (2)
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 Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Félix Sipma <felix+debian@gueux.org>
Priority: optional
Section: python
Build-Depends: debhelper (>= 10),
 dh-python,
 python3-all,
 python3-setuptools,
 python3-sphinx,
 python3-setuptools-scm
Standards-Version: 4.3.0
Homepage: https://github.com/hobarrera/sphinx-autorun
Vcs-Git: https://salsa.debian.org/python-team/modules/sphinx-autorun.git
Vcs-Browser: https://salsa.debian.org/python-team/modules/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.