Skip to content

Commit

Permalink
Merge pull request #9906 from tk0miya/9800_extlinks_adjust_priority
Browse files Browse the repository at this point in the history
extlinks: Adjust priority (refs: #9800)
  • Loading branch information
tk0miya committed Nov 29, 2021
2 parents e8e45a3 + 3812a42 commit 4f622f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sphinx/ext/extlinks.py
Expand Up @@ -52,7 +52,7 @@ class ExternalLinksChecker(SphinxPostTransform):
We treat each ``reference`` node without ``internal`` attribute as an external link.
"""

default_priority = 100
default_priority = 500

def run(self, **kwargs: Any) -> None:
for refnode in self.document.traverse(nodes.reference):
Expand Down

0 comments on commit 4f622f3

Please sign in to comment.