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.
