Skip to content

Commit 3d838a9

Browse files
committed
fix: Fix condition to display members (check all members, not just non-inherited ones)
1 parent ce91d88 commit 3d838a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mkdocstrings_handlers/python/templates/material/_base/children.html.jinja

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Context:
1010
heading_level (int): The HTML heading level to use.
1111
-#}
1212

13-
{% if obj.members %}
13+
{% if obj.all_members %}
1414
{% block logs scoped %}
1515
{#- Logging block.
1616

0 commit comments

Comments
 (0)