Skip to content

Commit c937309

Browse files
committed
[docs] typehints
1 parent 92c1f39 commit c937309

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs/conf.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,9 @@
6161
# Extensions Configuration
6262
################################################################################
6363

64+
# 'signature', 'description' or 'both'
65+
autodoc_typehints = "both"
66+
6467
# If true, use the :ivar: role for instance variables, else .. attribute::.
6568
napoleon_use_ivar = True
6669

@@ -86,7 +89,7 @@
8689
# Add any paths that contain custom static files (such as style sheets) here,
8790
# relative to this directory. They are copied after the builtin static files,
8891
# so a file named "default.css" will overwrite the builtin "default.css".
89-
html_static_path = ["_static"]
92+
html_static_path = []
9093

9194
# If true, “(C) Copyright …” is shown in the HTML footer. Default is True.
9295
html_show_copyright = False

0 commit comments

Comments
 (0)