sphinx-linklint 2.0.1-1
Package Information
| Description | checker for excessive references in Sphinx documents The ‘sphinx_linklint’ extension for Sphinx finds excessive references in Sphinx documentation, and can optionally remove the hyperlink from each. Examples of excessive references found by this extension: * A reference to the same section that contains the reference. * Identical references in the same paragraph. |
|---|---|
| Maintainer | Ben Finney <bignose@debian.org> |
| Changed By | Ben Finney <bignose@debian.org> |
| Distribution | unstable |
| Architecture | all |
| VCS | git: https://salsa.debian.org/bignose/pkg-sphinx-linklint.git (browse) |
| Closes | #1143214 |
| Tracker | https://tracker.debian.org/pkg/sphinx-linklint |
| Uploaded | 2 hours ago |
New Package Report
.changes
| Version | 2.0.1-1 |
|---|---|
| Changed-By | Ben Finney |
| Architecture | source all |
| Distribution | unstable |
| Date | Mon, 14 Sep 2026 15:09:54 +1000 |
| Source | sphinx-linklint |
Changelog
sphinx-linklint (2.0.1-1) unstable; urgency=medium
.
* Initial Debian release.
(Closes: bug#1143214).dsc
| Component | main |
|---|---|
| Package-List | python3-sphinxcontrib-linklint deb python optional arch=all sphinx-linklint deb text optional arch=all |
| Section | python |
| Priority | optional |
debian/copyright
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: sphinx-linklint
Upstream-Contact: Ned Batchelder <ned@nedbatchelder.com>
Source: https://pypi.org/project/sphinx-linklint/
Files: *
Copyright:
© 2026 Ned Batchelder <ned@nedbatchelder.com>
License: Apache-2.0
License-Grant:
license = "Apache-2.0"
Files: debian/*
Copyright:
© 2010–2026 Ben Finney <bignose@debian.org>
License: GPL-3+
License-Grant:
This is free software: you may copy, modify, and/or distribute this work
under the terms of the GNU General Public License as published by the
Free Software Foundation; version 3 of that license or any later version.
No warranty expressed or implied.
License: Apache-2.0
On Debian systems, the complete text of version 2.0 of the Apache License
can be found in ‘/usr/share/common-licenses/Apache-2.0’.
License: GPL-3+
On Debian systems, the complete text of the GNU General Public License
version 3 can be found in the file ‘/usr/share/common-licenses/GPL-3’.
# Local variables:
# coding: utf-8
# mode: debian-copyright
# fill-column: 78
# End:
# vim: fileencoding=utf-8 textwidth=78 :