File: control

package info (click to toggle)
sphinx 8.2.3-12
  • links: PTS, VCS
  • area: main
  • in suites: experimental, sid
  • size: 26,960 kB
  • sloc: python: 105,864; javascript: 6,474; perl: 449; makefile: 178; sh: 37; xml: 19; ansic: 2
file content (137 lines) | stat: -rw-r--r-- 5,059 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
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
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.11),
                     fonts-freefont-otf,
                     graphviz,
                     imagemagick,
                     libgvplugin-neato-layout,
                     libgvplugin-pango,
                     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-roman-numerals,
                     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
Standards-Version: 4.7.2
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: python3-sphinx-autodoc-typehints (<< 3.1.0)
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
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
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: ${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.