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:
109109 handlers :
110110 python :
111111 selection :
112- inherited_members : true
112+ inherited_members : True
113113 filters :
114114 - " !^_"
115115 rendering :
116116 members_order : source
117117 show_bases : True
118118 show_root_toc_entry : False
119- group_by_category : False
119+ group_by_category : True
120120 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
122122 - minify :
123123 minify_html : true
124124 # 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 2323 "mkdocs-minify-plugin" ,
2424 "mkdocs-git-committers-plugin-2" ,
2525 "mkdocs-git-revision-date-localized-plugin" ,
26+ "griffe==0.25" ,
2627]
2728extras_require ["tests" ] = [
2829 "pytest" ,
You can’t perform that action at this time.
0 commit comments