Skip to content

Commit 3e3ec71

Browse files
committed
docs: 📝 Update autodoc typehints setting to "signature" in Sphinx configuration (Pycord-Development#2979)
(cherry picked from commit d184428)
1 parent e19427a commit 3e3ec71

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)