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 cc2c276 commit 2288785Copy full SHA for 2288785
Doc/conf.py
@@ -41,6 +41,7 @@
41
42
# Skip if downstream redistributors haven't installed them
43
_OPTIONAL_EXTENSIONS = (
44
+ 'linklint.ext',
45
'notfound.extension',
46
'sphinxext.opengraph',
47
)
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
+linklint
22
+
23
-c constraints.txt
0 commit comments