Skip to content

Commit f82d96d

Browse files
[3.13] Docs(build): linklint is now called sphinx_linklint (GH-156373) (#156427)
* Docs(build): linklint is now called sphinx_linklint --------- (cherry picked from commit 98bd716) Co-authored-by: Stan Ulbrych <stan@python.org>
1 parent 069a4ee commit f82d96d

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

Doc/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939

4040
# Skip if downstream redistributors haven't installed them
4141
_OPTIONAL_EXTENSIONS = (
42-
'linklint.ext',
42+
'sphinx_linklint.ext',
4343
'notfound.extension',
4444
'sphinxext.opengraph',
4545
)

Doc/requirements.txt

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,12 @@ sphinx<9.0.0
1111

1212
blurb
1313

14-
sphinxext-opengraph~=0.13.0
14+
sphinx-linklint
1515
sphinx-notfound-page~=1.0.0
16+
sphinxext-opengraph~=0.13.0
1617

1718
# The theme used by the documentation is stored separately, so we need
1819
# to install that as well.
1920
python-docs-theme>=2023.3.1,!=2023.7
2021

21-
linklint
22-
2322
-c constraints.txt

0 commit comments

Comments
 (0)