Skip to content

Commit f387169

Browse files
committed
WIP: Docs: use a Sphinx extension to eliminate excessive links
1 parent a1ec746 commit f387169

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

Doc/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
'sphinx.ext.coverage',
4040
'sphinx.ext.doctest',
4141
'sphinx.ext.extlinks',
42+
'linklint.ext',
4243
]
4344

4445
# Skip if downstream redistributors haven't installed them

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+
git+https://github.com/nedbat/linklint
22+
2123
-c constraints.txt

0 commit comments

Comments
 (0)