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 71b279f commit 3519d61Copy full SHA for 3519d61
docs/conf.py
@@ -91,6 +91,10 @@
91
autodoc_member_order = "bysource"
92
autosummary_generate = True
93
94
+# sphinx-autodoc-typehints
95
+autodoc_typehints = "description" # show type hints in doc body instead of signature
96
+simplify_optional_unions = True
97
+
98
# sphinx-autoapi
99
autoapi_type = "python"
100
autoapi_dirs = [project_root / "libvcs"]
0 commit comments