Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0829a65

Browse files
committed
docs: use linklint
1 parent 0b22ec0 commit 0829a65

3 files changed

Lines changed: 5 additions & 0 deletions

File tree

doc/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
# Add any Sphinx extension module names here, as strings. They can be extensions
3434
# coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
3535
extensions = [
36+
"linklint.ext",
3637
"sphinx.ext.autodoc",
3738
"sphinx.ext.todo",
3839
"sphinx.ext.ifconfig",

doc/requirements.in

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

99
cogapp
1010
doc8
11+
linklint
1112
pyenchant
1213
scriv
1314
sphinx

doc/requirements.pip

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@ jinja2==3.1.6
4848
# via
4949
# scriv
5050
# sphinx
51+
linklint==0.4.0
52+
# via -r doc/requirements.in
5153
markdown-it-py==4.0.0
5254
# via scriv
5355
markupsafe==3.0.3
@@ -84,6 +86,7 @@ snowballstemmer==3.0.1
8486
sphinx==9.1.0
8587
# via
8688
# -r doc/requirements.in
89+
# linklint
8790
# sphinx-autobuild
8891
# sphinx-code-tabs
8992
# sphinx-rtd-theme

0 commit comments

Comments
 (0)