Warn about missing opt references
This commit is contained in:
parent
61194ef1c8
commit
fd731feacc
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue