[3.13] Docs: use a Sphinx extension to eliminate excessive links (GH-145130) (#145574)

Docs: use a Sphinx extension to eliminate excessive links (GH-145130)
(cherry picked from commit 15f6479c41)

Co-authored-by: Ned Batchelder <ned@nedbatchelder.com>
This commit is contained in:
Miss Islington (bot) 2026-03-06 07:50:06 +01:00 committed by GitHub
parent cc2c276f22
commit 0b4f366b5c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 0 deletions

View file

@ -41,6 +41,7 @@
# Skip if downstream redistributors haven't installed them
_OPTIONAL_EXTENSIONS = (
'linklint.ext',
'notfound.extension',
'sphinxext.opengraph',
)

View file

@ -18,4 +18,6 @@ sphinx-notfound-page~=1.0.0
# to install that as well.
python-docs-theme>=2023.3.1,!=2023.7
linklint
-c constraints.txt