| 12
 3
 4
 5
 6
 7
 8
 9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 
 | Source: sphinx-intl
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Hideki Yamane <henrich@debian.org>
Build-Depends: debhelper (>= 11),
               dh-python,
               python3-all,
               python3-setuptools,
Standards-Version: 4.1.3
Homepage: https://github.com/sphinx-doc/sphinx-intl
Vcs-Git: https://salsa.debian.org/python-team/modules/sphinx-intl.git
Vcs-Browser: https://salsa.debian.org/python-team/modules/sphinx-intl
X-Python3-Version: >= 3.4
Package: sphinx-intl
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, ${python3:Depends}
Enhances: python3-sphinx 
Description: translation support utility for Sphinx
 sphinx-intl is a utility tool that provides several features that make it
 easy to translate and to apply translation to Sphinx generated document.
 .
 (Optional: support the Transifex service for translation with Sphinx)
 |