We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2baceb commit 493f11eCopy full SHA for 493f11e
docs/conf.py
@@ -184,3 +184,6 @@ def entire_domain(host):
184
185
autoapi_type = "python"
186
autoapi_dirs = [PACKAGE_SRC]
187
+
188
+# Don't include type hints as they give too much issues
189
+autodoc_typehints = "none"
0 commit comments