File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -109,16 +109,16 @@ plugins:
109
109
handlers :
110
110
python :
111
111
selection :
112
- inherited_members : true
112
+ inherited_members : True
113
113
filters :
114
114
- " !^_"
115
115
rendering :
116
116
members_order : source
117
117
show_bases : True
118
118
show_root_toc_entry : False
119
- group_by_category : False
119
+ group_by_category : True
120
120
heading_level : 3
121
- show_if_no_docstring : False # temporary, this will be reverted to False once we're done with docs
121
+ show_if_no_docstring : True
122
122
- minify :
123
123
minify_html : true
124
124
# keep this at the bottom of the plugins list - if you are building without insiders, comment it out
Original file line number Diff line number Diff line change 23
23
"mkdocs-minify-plugin" ,
24
24
"mkdocs-git-committers-plugin-2" ,
25
25
"mkdocs-git-revision-date-localized-plugin" ,
26
+ "griffe==0.25" ,
26
27
]
27
28
extras_require ["tests" ] = [
28
29
"pytest" ,
You can’t perform that action at this time.
0 commit comments