You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -89,6 +89,12 @@ The following configuration options are accepted:
89
89
code or `None` to fall back to the default formatter.
90
90
-`typehints_use_signature` (default: `False`): If `True`, typehints for parameters in the signature are shown.
91
91
-`typehints_use_signature_return` (default: `False`): If `True`, return annotations in the signature are shown.
92
+
-`suppress_warnings`: sphinx-autodoc-typehints supports to suppress warning messages via Sphinx's `suppress_warnings`. It allows following additional warning types:
0 commit comments