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
|
Source: sphinx-astropy
Maintainer: Debian Astronomy Team <debian-astro-maintainers@lists.alioth.debian.org>
Uploaders: Ole Streicher <olebole@debian.org>
Section: python
Priority: optional
Build-Depends: debhelper-compat (= 13),
dh-python,
libjs-mathjax,
python3-all,
python3-astropy-sphinx-theme,
python3-numpydoc,
python3-pil,
python3-setuptools,
python3-setuptools-scm,
python3-sphinx,
python3-sphinx-automodapi,
python3-sphinx-gallery,
python3-tomli
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/debian-astro-team/sphinx-astropy
Vcs-Git: https://salsa.debian.org/debian-astro-team/sphinx-astropy.git
Homepage: https://astropy.org
Rules-Requires-Root: no
Package: python3-sphinx-astropy
Architecture: all
Depends: ${misc:Depends},
${python3:Depends},
node-jquery
Recommends: ${python3:Recommends}
Suggests: ${python3:Suggests}
Description: Sphinx extensions and configuration specific to the Astropy project
This package serves two purposes: it provides a default Sphinx
configuration and set of extensions specific to the Astropy project,
and it acts as a metapackage by installing all required Sphinx
extensions for the core Astropy package and other packages.
|