Warn about missing opt references
This commit is contained in:
parent
61194ef1c8
commit
fd731feacc
@ -368,3 +368,5 @@ def setup(app):
|
|||||||
'opt', 'opt',
|
'opt', 'opt',
|
||||||
indextemplate="pair: %s; Config Setting"
|
indextemplate="pair: %s; Config Setting"
|
||||||
)
|
)
|
||||||
|
# Warn about opt references that could not be resolved
|
||||||
|
app.registry.domain_roles['std']['opt'].warn_dangling = True
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user