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
sort the list
  • Loading branch information
nedbat committed Mar 3, 2026
commit e191ce2df4ee624ae3c083ac847f6a9fff65b018
2 changes: 1 addition & 1 deletion Doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@

# Skip if downstream redistributors haven't installed them
_OPTIONAL_EXTENSIONS = (
'linklint.ext',
'notfound.extension',
'sphinxext.opengraph',
'linklint.ext',
)
for optional_ext in _OPTIONAL_EXTENSIONS:
try:
Expand Down