| 12
 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
 
 | Source: sphinxext-opengraph
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Norbert Preining <norbert@preining.info>,
           Chiara Marmo <marmochiaskl@gmail.com>
Build-Depends: debhelper-compat (= 13),
               flit,
               pybuild-plugin-pyproject,
               python3-all,
               python3-debian,
               python3-setuptools,
               python3-pytest,
               python3-sphinx,
               python3-bs4,
               python3-matplotlib
Rules-Requires-Root: no
Standards-Version: 4.7.2
Homepage: https://github.com/wpilibsuite/sphinxext-opengraph
Vcs-Git: https://salsa.debian.org/python-team/packages/sphinxext-opengraph.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/sphinxext-opengraph
Package: python3-sphinxext-opengraph
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Description: Sphinx Extension to enable OGP support
 This Sphinx extension generates OpenGraph metadata (https://ogp.me/)
 to enable any web page to become a rich object in a social graph.
 |