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
|
Source: sphinxcontrib-bibtex
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Ghislain Antony Vaillant <ghisvail@gmail.com>
Section: python
Priority: optional
Build-Depends: debhelper-compat (= 13),
dh-sequence-python3,
pybuild-plugin-pyproject,
python3-all:any,
python3-doc <!nodoc>,
python3-docutils (>= 0.19+dfsg-8~) <!nocheck>,
python3-pybtex-docutils (>= 1.0.0) <!nocheck>,
python3-pytest <!nocheck>,
python3-setuptools,
python3-sphinx <!nocheck> <!nodoc>,
python3-sphinx-autoapi <!nocheck>,
python3-numpydoc <!nocheck>,
sphinx-common,
sphinx-doc <!nodoc>
Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/science-team/sphinxcontrib-bibtex
Vcs-Git: https://salsa.debian.org/science-team/sphinxcontrib-bibtex.git
Homepage: https://github.com/mcmtroffaes/sphinxcontrib-bibtex
Package: python3-sphinxcontrib.bibtex
Architecture: all
Depends: python3-docutils (>= 0.19+dfsg-8~),
python3-pybtex (>= 0.25.1-1~),
python3-sphinx,
${misc:Depends},
${python3:Depends}
Suggests: python-sphinxcontrib.bibtex-doc <!nodoc>
Breaks: python3-nbsphinx (<< 0.8.7)
Description: Sphinx extension for BibTeX style citations
This extension allows BibTeX citations to be inserted into documentation
generated by Sphinx, via a bibliography directive, and a cite role, which work
similarly to LaTeX’s thebibliography environment and \cite command.
.
This package provides the modules for Python 3.
Package: python-sphinxcontrib.bibtex-doc
Architecture: all
Multi-Arch: foreign
Section: doc
Depends: ${misc:Depends},
${sphinxdoc:Depends}
Description: documentation for sphinxcontrib-bibtex
This extension allows BibTeX citations to be inserted into documentation
generated by Sphinx, via a bibliography directive, and a cite role, which work
similarly to LaTeX’s thebibliography environment and \cite command.
.
This package provides the documentation.
Build-Profiles: <!nodoc>
|