Skip to content

Commit bfedb3a

Browse files
committed
docs: prevent entire namespace being shown on each page
1 parent 91d3e7b commit bfedb3a

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

mkdocs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
"mkdocs-minify-plugin",
2424
"mkdocs-git-committers-plugin-2",
2525
"mkdocs-git-revision-date-localized-plugin",
26+
"griffe==0.25",
2627
]
2728
extras_require["tests"] = [
2829
"pytest",

0 commit comments

Comments
 (0)