File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 61
61
# Extensions Configuration
62
62
################################################################################
63
63
64
+ # 'signature', 'description' or 'both'
65
+ autodoc_typehints = "both"
66
+
64
67
# If true, use the :ivar: role for instance variables, else .. attribute::.
65
68
napoleon_use_ivar = True
66
69
86
89
# Add any paths that contain custom static files (such as style sheets) here,
87
90
# relative to this directory. They are copied after the builtin static files,
88
91
# so a file named "default.css" will overwrite the builtin "default.css".
89
- html_static_path = ["_static" ]
92
+ html_static_path = []
90
93
91
94
# If true, “(C) Copyright …” is shown in the HTML footer. Default is True.
92
95
html_show_copyright = False
You can’t perform that action at this time.
0 commit comments