File tree 2 files changed +13
-2
lines changed
2 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 37
37
"sphinx.ext.intersphinx" ,
38
38
"sphinx.ext.extlinks" ,
39
39
"sphinx.ext.doctest" ,
40
+ "sphinx_autodoc_typehints" ,
40
41
"sphinx_favicon" ,
41
- "sphinx_copybutton"
42
+ "sphinx_copybutton" ,
43
+ "autodocsumm" ,
42
44
]
43
45
44
46
# Add any paths that contain templates here, relative to this directory.
60
62
61
63
# Display the version
62
64
display_version = True
65
+ autosummary_generate = True
66
+ autosummary_imported_member = True
67
+ autodoc_default_options = {
68
+ "autosummary" : True ,
69
+ "show-inheritance" : True ,
70
+ "inherited-members" : True ,
71
+ }
63
72
64
73
# -- External link configuration ---------------------------------------------
65
74
UM63 = (
Original file line number Diff line number Diff line change @@ -53,7 +53,9 @@ doc = [
53
53
" sphinxcontrib-apidoc" ,
54
54
" pydata_sphinx_theme" ,
55
55
" sphinx-favicon" ,
56
- " sphinx-copybutton"
56
+ " sphinx-copybutton" ,
57
+ " sphinx_autodoc_typehints" ,
58
+ " autodocsumm"
57
59
]
58
60
format = [" black>=23.3.0" ]
59
61
build = [
You can’t perform that action at this time.
0 commit comments