Skip to content

Commit 493f11e

Browse files
committed
Don't include type annotations in the documentation
1 parent e2baceb commit 493f11e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/conf.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,3 +184,6 @@ def entire_domain(host):
184184

185185
autoapi_type = "python"
186186
autoapi_dirs = [PACKAGE_SRC]
187+
188+
# Don't include type hints as they give too much issues
189+
autodoc_typehints = "none"

0 commit comments

Comments
 (0)