mirror of
https://github.com/kovidgoyal/kitty
synced 2026-06-10 18:48:54 +02:00
Warn about missing opt references
This commit is contained in:
@@ -368,3 +368,5 @@ def setup(app):
|
||||
'opt', 'opt',
|
||||
indextemplate="pair: %s; Config Setting"
|
||||
)
|
||||
# Warn about opt references that could not be resolved
|
||||
app.registry.domain_roles['std']['opt'].warn_dangling = True
|
||||
|
||||
Reference in New Issue
Block a user