Skip to content

Commit 9a1c08b

Browse files
committed
docs(conf[api]): Settings API recommendation from furo API documentation tips
See also: https://pradyunsg.me/furo/kitchen-sink/api/
1 parent c4f6426 commit 9a1c08b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/conf.py

+5
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,11 @@
108108
# sphinx.ext.autodoc
109109
autoclass_content = "both"
110110
autodoc_member_order = "bysource"
111+
# Automatically extract typehints when specified and place them in
112+
# descriptions of the relevant function/method.
113+
autodoc_typehints = "description"
114+
# Don't show class signature with the class' name.
115+
autodoc_class_signature = "separated"
111116
toc_object_entries_show_parents = "hide"
112117

113118
# sphinx-copybutton

0 commit comments

Comments
 (0)