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 755f0d8 commit be51274Copy full SHA for be51274
docs/conf.py
@@ -68,7 +68,8 @@
68
# autosummary_imported_members = True
69
autodoc_inherit_docstrings = True
70
autodoc_member_order = "bysource"
71
-autodoc_typehints = "description"
+autodoc_typehints = "both"
72
+autodoc_typehints_description_target = "documented_params"
73
74
napoleon_include_private_with_doc = True
75
napolon_numpy_docstring = True
0 commit comments