File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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.
3535extensions = [
36+ "linklint.ext" ,
3637 "sphinx.ext.autodoc" ,
3738 "sphinx.ext.todo" ,
3839 "sphinx.ext.ifconfig" ,
Original file line number Diff line number Diff line change 88
99cogapp
1010doc8
11+ linklint
1112pyenchant
1213scriv
1314sphinx
Original file line number Diff line number Diff 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
5153markdown-it-py==4.0.0
5254 # via scriv
5355markupsafe==3.0.3
@@ -84,6 +86,7 @@ snowballstemmer==3.0.1
8486sphinx==9.1.0
8587 # via
8688 # -r doc/requirements.in
89+ # linklint
8790 # sphinx-autobuild
8891 # sphinx-code-tabs
8992 # sphinx-rtd-theme
You can’t perform that action at this time.
0 commit comments