mirror of
https://github.com/python/cpython.git
synced 2026-04-14 15:50:50 +00:00
[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:
parent
cc2c276f22
commit
0b4f366b5c
2 changed files with 3 additions and 0 deletions
|
|
@ -41,6 +41,7 @@
|
|||
|
||||
# Skip if downstream redistributors haven't installed them
|
||||
_OPTIONAL_EXTENSIONS = (
|
||||
'linklint.ext',
|
||||
'notfound.extension',
|
||||
'sphinxext.opengraph',
|
||||
)
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue