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 635426f commit 2e78b20Copy full SHA for 2e78b20
Doc/conf.py
@@ -42,6 +42,7 @@
42
43
# Skip if downstream redistributors haven't installed them
44
_OPTIONAL_EXTENSIONS = (
45
+ 'linklint.ext',
46
'notfound.extension',
47
'sphinxext.opengraph',
48
)
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