Skip to content

Commit 53d81d6

Browse files
committed
linklint is now sphinx_linklint
1 parent a585e4e commit 53d81d6

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33
from urllib.request import urlopen
44

55
extensions = [
6-
'linklint.ext',
76
'notfound.extension',
87
'sphinx.ext.extlinks',
98
'sphinx.ext.intersphinx',
109
'sphinx.ext.todo',
1110
'sphinx_copybutton',
1211
'sphinx_inline_tabs',
1312
'sphinx_last_updated_by_git',
13+
'sphinx_linklint.ext',
1414
'sphinxcontrib.youtube',
1515
'sphinxext.opengraph',
1616
'sphinxext.rediraffe',

documentation/style-guide.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ the second mention is more appropriate for a link. Some units are long enough
237237
to have a few repeated links. Use judgement to decide when a link will help
238238
the reader.
239239

240-
We use the :pypi:`linklint Sphinx extension <linklint>` to suppress two kinds
240+
We use the :pypi:`linklint Sphinx extension <sphinx_linklint>` to suppress two kinds
241241
of excessive links: references in a section to itself and duplicate references
242242
in a paragraph. Previously, editors had to carefully use an exclamation mark
243243
in a Sphinx reference (``:func:`!map```) to prevent such links.

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
furo>=2025.12.19
22
jinja2
3-
linklint
43
sphinx-autobuild>=2025.8.25
54
sphinx-inline-tabs>=2025.12.21.14
65
sphinx-last-updated-by-git>=0.3.8
76
sphinx-lint==1.0.2
87
sphinx-notfound-page>=1.1.0
98
sphinx_copybutton>=0.5.2
9+
sphinx_linklint
1010
sphinxcontrib-youtube>=1.5.0
1111
sphinxext-opengraph>=0.13.0
1212
sphinxext-rediraffe

0 commit comments

Comments
 (0)