Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
move linklint extension to optional
  • Loading branch information
nedbat committed Mar 3, 2026
commit 70b2469a02c12e8203dc05e8cb026861dd5acdde
2 changes: 1 addition & 1 deletion Doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,13 @@
'sphinx.ext.coverage',
'sphinx.ext.doctest',
'sphinx.ext.extlinks',
'linklint.ext',
]

# Skip if downstream redistributors haven't installed them
_OPTIONAL_EXTENSIONS = (
'notfound.extension',
'sphinxext.opengraph',
'linklint.ext',
Comment thread
nedbat marked this conversation as resolved.
Outdated
)
for optional_ext in _OPTIONAL_EXTENSIONS:
try:
Expand Down