Explorar el Código

Suppress griffe warnings for missing type annotations in docstrings

Jeremy Stretch hace 5 meses
padre
commit
44dae99205
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      mkdocs.yml

+ 2 - 0
mkdocs.yml

@@ -30,6 +30,8 @@ plugins:
         python:
         python:
           paths: ["netbox"]
           paths: ["netbox"]
           options:
           options:
+            docstring_options:
+              warn_missing_types: false
             heading_level: 3
             heading_level: 3
             members_order: source
             members_order: source
             show_root_heading: true
             show_root_heading: true