We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b300b0 commit 2a76f30Copy full SHA for 2a76f30
1 file changed
src/mkdocstrings_handlers/python/templates/material/_base/children.html.jinja
@@ -35,13 +35,9 @@ Context:
35
or (config.show_category_heading == "mod" and obj.kind.value == "module")
36
%}
37
{% set show_category_heading = true %}
38
- {% else %}
39
- {% set show_category_heading = false %}
40
- {% endif %}
41
-
42
- {% if show_category_heading %}
43
{% set extra_level = 1 %}
44
{% else %}
+ {% set show_category_heading = false %}
45
{% set extra_level = 0 %}
46
{% endif %}
47
0 commit comments