Skip to content

Commit 70b2469

Browse files
committed
move linklint extension to optional
1 parent 4929b0b commit 70b2469

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,13 @@
3939
'sphinx.ext.coverage',
4040
'sphinx.ext.doctest',
4141
'sphinx.ext.extlinks',
42-
'linklint.ext',
4342
]
4443

4544
# Skip if downstream redistributors haven't installed them
4645
_OPTIONAL_EXTENSIONS = (
4746
'notfound.extension',
4847
'sphinxext.opengraph',
48+
'linklint.ext',
4949
)
5050
for optional_ext in _OPTIONAL_EXTENSIONS:
5151
try:

0 commit comments

Comments
 (0)