There was an error while loading. Please reload this page.
1 parent 4668bb1 commit 2d93531Copy full SHA for 2d93531
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