Skip to content

Commit d184428

Browse files
authored
docs: 📝 Update autodoc typehints setting to "signature" in Sphinx configuration (#2979)
1 parent 10d9a3b commit d184428

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ def write_new():
9696
ogp_image = "https://pycord.dev/static/img/logo.png"
9797

9898
autodoc_member_order = "bysource"
99-
autodoc_typehints = "none"
99+
autodoc_typehints = "signature"
100100
# maybe consider this?
101101
# napoleon_attr_annotations = False
102102

0 commit comments

Comments
 (0)