Skip to content

Commit

Permalink
extlinks: Adjust priority (refs: sphinx-doc#9800)
Browse files Browse the repository at this point in the history
  • Loading branch information
tk0miya committed Nov 29, 2021
1 parent 3fa1460 commit 2740539
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 2740539

Please sign in to comment.