We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7258dbc commit 4668bb1Copy full SHA for 4668bb1
Doc/conf.py
@@ -39,6 +39,7 @@
39
'sphinx.ext.coverage',
40
'sphinx.ext.doctest',
41
'sphinx.ext.extlinks',
42
+ 'linklint.ext',
43
]
44
45
# Skip if downstream redistributors haven't installed them
Doc/requirements.txt
@@ -18,4 +18,6 @@ sphinx-notfound-page~=1.0.0
18
# to install that as well.
19
python-docs-theme>=2023.3.1,!=2023.7
20
21
+git+https://github.com/nedbat/linklint
22
+
23
-c constraints.txt
0 commit comments