Skip to content

Commit 0255364

Browse files
[3.14] Docs: use a Sphinx extension to eliminate excessive links (GH-145130) (#145575)
Docs: use a Sphinx extension to eliminate excessive links (GH-145130) (cherry picked from commit 15f6479) Co-authored-by: Ned Batchelder <ned@nedbatchelder.com>
1 parent 635426f commit 0255364

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

Doc/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@
4242

4343
# Skip if downstream redistributors haven't installed them
4444
_OPTIONAL_EXTENSIONS = (
45+
'linklint.ext',
4546
'notfound.extension',
4647
'sphinxext.opengraph',
4748
)

Doc/requirements.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,6 @@ sphinx-notfound-page~=1.0.0
1818
# to install that as well.
1919
python-docs-theme>=2023.3.1,!=2023.7
2020

21+
linklint
22+
2123
-c constraints.txt

0 commit comments

Comments
 (0)