Skip to content

Commit 6fff88c

Browse files
Don't error in auto generated py files
Signed-off-by: Stefan Brus <stefan.brus@frequenz.com>
1 parent 5477aeb commit 6fff88c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

mkdocs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,8 @@ plugins:
112112
show_source: true
113113
show_symbol_type_toc: true
114114
signature_crossrefs: true
115+
docstring_options:
116+
warn_missing_types: false
115117
import:
116118
# See https://mkdocstrings.github.io/python/usage/#import for details
117119
- https://docs.python.org/3/objects.inv

0 commit comments

Comments
 (0)