Skip to main content

This is a Sphinx extension that removes links from excessive references.

It also can be used as command-line linter to find or correct those references in .rst files.

Checks

Sphinx-linklint has two different checks:

  • self: find references that link to their own section. For example, in the description of a class, use :class: referring to itself. These should not be links since they will not take you someplace new.

  • paradup: find multiple identical references within a single paragraph. The first should be a link, but subsequent references don’t need to be links, they are just distractions.

Sphinx extension

To use linklint as a Sphinx extension, add it to the extensions list in your conf.py file:

extensions = [
    # .. probably other extensions are already here..
    "sphinx_linklint.ext",
]

During the build process, linklint will run its checks and remove links from references it considers excessive. No changes are made to the source files.

Command-line use

You can use linklint as a command-line linter:

% sphinx-linklint --help
usage: sphinx-linklint [-h] [--check CHECK] [--fix] files [files ...]

positional arguments:
  files          RST files to lint

options:
  -h, --help     show this help message and exit
  --check CHECK  comma-separated checks to run (self, paradup, all)
  --fix          Fix the issues in place

This can be useful to see what linklint considers excessive, or to modify .rst files to unlink excessive references. Where it can, linklint unlinks references by changing :func:`foo` to :func:`!foo`.

If you agree with linklint’s decisions, the Sphinx extension is a better option, since it doesn’t require changing the source files, and doesn’t hard-code the decisions.

Testing on CPython

To try local changes in the CPython docs:

cd python/cpython/Doc
make clean venv html
mv build build0
sed -i '' "/sphinx-linklint/s@.*@-e $HOME/linklint@" requirements.txt
make clean venv
uv pip install -r requirements.txt
make html
meld build0/html build/html
# or
diff -I 'Last updated on' -r build0/html build/html

Changes

v2.0.1 (2026-08-26)

Fix the sdist for real, closing issue 22.

v2.0.0 (2026-08-25)

Renamed to sphinx-linklint to clarify that this is a Sphinx extension and tool. Fixes issue 19.

Fix the sdist to include all files needed for the project, closing issue 21.

v1.0.3 (2026-08-25)

Publish an updated README under the old linklint name.

v1.0.1 (2026-06-09)

Fix: references that are fully qualified when they don’t need to be are now recognized and will be unlinked.

Fix: references to functions that incorrectly use the :meth: role are recognized by Sphinx anyway, so now linklint also recognizes and unlinks them. Fixes issue 13.

These fixes change the CPython docs build from 1579 self-references unlinked to 1649.

v1.0.0 (2026-05-02)

Fix: the :noindex: directive was ignored, so sections marked as such were considered targets when they shouldn’t have been. This is now fixed.

v0.4.1 (2026-03-27)

Linklint v0.4.0 required Sphinx 9.x, which prevented it from being used by the CPython docs. Now linklint will work with Sphinx 8.x as well.

v0.4.0 (2026-03-10)

A number of roles (:ref:, :doc: and others) were being unlinked when they seemed excessive, but shouldn’t have been. They are explicit references to other parts of the documentation, so should never be removed. This is now fixed.

v0.3.1 (2026-03-01)

Published to PyPI.

v0.3.0 (2026-02-28)

Methods are associated with classes properly in a number of ways.

The Sphinx extension now displays the number of references that were unlinked. The CPython docs report 3612 references unlinked.

v0.2.0 (2026-02-22)

Now available as a Sphinx extension. Instead of changing .rst source files, the excessive links are automatically unlinked in the generated documentation.

v0.1.0 (2026-02-21)

First version: works as a linter with --check and --fix to change .rst source files.

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

sphinx_linklint-2.0.1.tar.gz (40.5 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

sphinx_linklint-2.0.1-py3-none-any.whl (13.3 kB view details)

Uploaded Python 3

File details

Details for the file sphinx_linklint-2.0.1.tar.gz.

File metadata

  • Download URL: sphinx_linklint-2.0.1.tar.gz
  • Upload date:
  • Size: 40.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for sphinx_linklint-2.0.1.tar.gz
Algorithm Hash digest
SHA256 b0079a667282537529a8b10e1e0477c4af3486a4aa3f309fe0457d200ac69472
MD5 8ad83478e8593624cb53cc4dc6d606f9
BLAKE2b-256 9625f5dc4e284565e931bba2fc730df1d20cb465961ac471c01575c2de830265

See more details on using hashes here.

Provenance

The following attestation bundles were made for sphinx_linklint-2.0.1.tar.gz:

Publisher: publish.yml on nedbat/sphinx-linklint

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file sphinx_linklint-2.0.1-py3-none-any.whl.

File metadata

  • Download URL: sphinx_linklint-2.0.1-py3-none-any.whl
  • Upload date:
  • Size: 13.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for sphinx_linklint-2.0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 c2b58122ea38d8c1d5d5a67d525cf290be8d3f30424fb45cc1049d32ad0fc096
MD5 9a5a3e329207f5375ee9d730e2c16751
BLAKE2b-256 7f834b78c062448ee95bdbb27bac0c4cc89319e4ae318214044cb46b29a36ad2

See more details on using hashes here.

Provenance

The following attestation bundles were made for sphinx_linklint-2.0.1-py3-none-any.whl:

Publisher: publish.yml on nedbat/sphinx-linklint

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Release history Release notifications | RSS feed

This release

2.0.1 This release

2 files

2.0.0

2 files

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page