diff --git a/docs/conf.py b/docs/conf.py index a8ef62ec..71093d4c 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -295,7 +295,7 @@ def create_constraints_inventory() -> None: (r"py:(class|obj)", r"qrules\.topology\.NodeType"), (r"py:(class|obj)", r"qrules\.topology\.VT"), ] -nitpicky = True # warn if cross-references are missing +nitpicky = True primary_domain = "py" project = "QRules" pygments_style = "sphinx"