Thanks to visit codestin.com Credit goes to github.com
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 745947c commit 15f6479Copy full SHA for 15f6479
2 files changed
Doc/conf.py
@@ -43,6 +43,7 @@
43
44
# Skip if downstream redistributors haven't installed them
45
_OPTIONAL_EXTENSIONS = (
46
+ 'linklint.ext',
47
'notfound.extension',
48
'sphinxext.opengraph',
49
)
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