From 44dae992054ff3669152129f503af51a579be573 Mon Sep 17 00:00:00 2001 From: Jeremy Stretch Date: Fri, 29 Aug 2025 13:56:12 -0400 Subject: [PATCH] Suppress griffe warnings for missing type annotations in docstrings --- mkdocs.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mkdocs.yml b/mkdocs.yml index a2cec0c0c..d8524e593 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -30,6 +30,8 @@ plugins: python: paths: ["netbox"] options: + docstring_options: + warn_missing_types: false heading_level: 3 members_order: source show_root_heading: true