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 69e6871 commit 1e248aaCopy full SHA for 1e248aa
conf.py
@@ -3,6 +3,7 @@
3
from urllib.request import urlopen
4
5
extensions = [
6
+ 'linklint.ext',
7
'notfound.extension',
8
'sphinx.ext.extlinks',
9
'sphinx.ext.intersphinx',
requirements.txt
@@ -1,5 +1,6 @@
1
furo>=2022.6.4
2
jinja2
+linklint
sphinx-autobuild>=2024.9.19
sphinx-inline-tabs>=2023.4.21
sphinx-lint==1.0.2
0 commit comments