diff --git a/docs/conf.py b/docs/conf.py index d9cf317f7..1c16844ee 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -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