Skip to content

Commit

Permalink
lower checker priority to default one
Browse files Browse the repository at this point in the history
Signed-off-by: oleg.hoefling <oleg.hoefling@gmail.com>
  • Loading branch information
hoefling committed Dec 11, 2021
1 parent 9e3e374 commit 48f8b2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sphinx/ext/intersphinx.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,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(reference):
Expand Down

0 comments on commit 48f8b2b

Please sign in to comment.