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 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150
|
Source: sphinx
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Dmitry Shachnev <mitya57@debian.org>
Homepage: https://www.sphinx-doc.org/
Build-Depends: debhelper-compat (= 13),
dh-python (>= 3.20180313~),
pybuild-plugin-pyproject
Build-Depends-Indep: dpkg-dev (>= 1.17.14),
cython3 <!nocheck>,
dvipng <!nocheck>,
dvisvgm <!nocheck>,
flit (>= 3.7),
fonts-freefont-otf,
graphviz,
imagemagick,
libjs-jquery (>= 1.4),
libjs-underscore,
libjson-perl <!nodoc>,
librsvg2-bin,
perl,
python-requests-doc <!nodoc>,
python3-alabaster (>= 0.7.14),
python3-all (>= 3.3.3-1~),
python3-all-dev <!nocheck>,
python3-babel (>= 2.13),
python3-defusedxml <!nocheck>,
python3-doc <!nodoc>,
python3-docutils (>= 0.20),
python3-filelock <!nocheck>,
python3-html5lib <!nocheck>,
python3-imagesize,
python3-jinja2 (>= 3.1),
python3-packaging (>= 23.0),
python3-pygments (>= 2.17),
python3-pytest (>= 8.0) <!nocheck>,
python3-requests (>= 2.30.0),
python3-setuptools (>= 70.0),
python3-snowballstemmer (>= 2.2),
python3-sphinxcontrib.websupport <!nodoc>,
python3-typing-extensions (>= 4.9) <!nocheck>,
tex-gyre,
texinfo,
texlive-fonts-recommended,
texlive-latex-extra,
texlive-latex-recommended,
texlive-luatex,
texlive-xetex
Rules-Requires-Root: no
Standards-Version: 4.7.0
Vcs-Git: https://salsa.debian.org/python-team/packages/sphinx.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/sphinx
Package: python3-sphinx
Architecture: all
Depends: python3-defusedxml (>= 0.7.1),
sphinx-common (= ${source:Version}),
${misc:Depends},
${python3:Depends}
Recommends: make, python3-pil
Suggests: dvipng,
dvisvgm,
fonts-freefont-otf,
imagemagick,
latexmk,
node-mathjax-full (>= 3.2.2+~cs4.2.1-4~),
python3-sphinx-rtd-theme,
sphinx-doc,
tex-gyre,
texlive-fonts-extra,
texlive-fonts-recommended,
texlive-latex-extra,
texlive-latex-recommended,
texlive-plain-generic
Provides: sphinx (= ${binary:Version})
Breaks: python-flask-restful-doc (<< 0.3.10-2),
python-pylatex-doc (<< 1.4.2-3),
python3-breathe (<< 4.15),
python3-nbsphinx (<< 0.8.7),
python3-sphinx-celery (<< 2.0.0),
python3-sphinx-rtd-theme (<< 1.2.0+dfsg-2~),
python3-sphinx-tabs (<< 3.4.0),
python3-sphinxcontrib.serializinghtml (<< 1.1.5),
python3-sphinxcontrib.websupport (<< 1.1.2)
Conflicts: python-sphinx
Description: documentation generator for Python projects
Sphinx is a tool for producing documentation for Python projects, using
reStructuredText as markup language.
.
Sphinx features:
* HTML, CHM, LaTeX output,
* Cross-referencing source code,
* Automatic indices,
* Code highlighting, using Pygments,
* Extensibility. Existing extensions:
- automatic testing of code snippets,
- including docstrings from Python modules.
.
Build-depend on sphinx if your package uses /usr/bin/sphinx-*
executables. Build-depend on python3-sphinx if your package uses
the Python API (for instance by calling python3 -m sphinx).
Package: sphinx-common
Architecture: all
Multi-Arch: foreign
Depends: libjs-sphinxdoc (= ${source:Version}),
libjson-perl,
${misc:Depends},
${perl:Depends}
Recommends: python3-sphinx
Conflicts: python-sphinx (<< 1.1)
Replaces: python-sphinx (<< 1.1)
Provides: dh-sequence-sphinxdoc
Description: documentation generator for Python projects - common data
Sphinx is a tool for producing documentation for Python projects, using
reStructuredText as markup language.
.
This package includes manual pages, templates, translations and other data
files.
Package: sphinx-doc
Build-Profiles: <!nodoc>
Section: doc
Architecture: all
Multi-Arch: foreign
Conflicts: python-sphinx (<< 1.1)
Replaces: python-sphinx (<< 1.1)
Depends: docutils-doc,
node-mathjax-full (>= 3.2.2+~cs4.2.1-4~),
python-requests-doc,
python3-doc,
${misc:Depends},
${sphinxdoc:Depends}
Description: documentation generator for Python projects - documentation
Sphinx is a tool for producing documentation for Python projects, using
reStructuredText as markup language.
.
This package includes documentation of Sphinx itself.
Package: libjs-sphinxdoc
Section: javascript
Architecture: all
Multi-Arch: foreign
Depends: libjs-jquery (>= 1.11.1), libjs-underscore (>= 1.3.1), ${misc:Depends}
Description: JavaScript support for Sphinx documentation
Sphinx is a tool for producing documentation for Python projects, using
reStructuredText as markup language.
.
This package provides JavaScript code for documentation generated by Sphinx.
|