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 f387169 commit b7634b5Copy full SHA for b7634b5
1 file changed
Doc/conf.py
@@ -39,13 +39,13 @@
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
46
_OPTIONAL_EXTENSIONS = (
47
'notfound.extension',
48
'sphinxext.opengraph',
+ 'linklint.ext',
49
)
50
for optional_ext in _OPTIONAL_EXTENSIONS:
51
try:
0 commit comments