summaryrefslogtreecommitdiff
path: root/sphinx/registry.py
diff options
context:
space:
mode:
Diffstat (limited to 'sphinx/registry.py')
-rw-r--r--sphinx/registry.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sphinx/registry.py b/sphinx/registry.py
index 93a7ebc25..200f59d42 100644
--- a/sphinx/registry.py
+++ b/sphinx/registry.py
@@ -453,7 +453,7 @@ def merge_source_suffix(app: "Sphinx", config: Config) -> None:
def setup(app: "Sphinx") -> Dict[str, Any]:
- app.connect('config-inited', merge_source_suffix)
+ app.connect('config-inited', merge_source_suffix, priority=800)
return {
'version': 'builtin',