Ver Fonte

Suppress griffe warnings for missing type annotations in docstrings

Jeremy Stretch há 9 meses atrás
pai
commit
44dae99205
1 ficheiros alterados com 2 adições e 0 exclusões
  1. 2 0
      mkdocs.yml

+ 2 - 0
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