Skip to content

Commit ce66018

Browse files
[3.13] Docs(build): linklint is now called sphinx_linklint (GH-156373)
* Docs(build): linklint is now called sphinx_linklint * Docs(build): move the lock command to the Makefile * Update Doc/Makefile Co-authored-by: Stan Ulbrych <stan@python.org> * Add a comment clarify cooldown (and excludes) and add to `make help` --------- (cherry picked from commit 98bd716) Co-authored-by: Ned Batchelder <ned@nedbatchelder.com> Co-authored-by: Stan Ulbrych <stan@python.org>
1 parent e37db23 commit ce66018

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)