We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 736a2b5 commit 70c81ceCopy full SHA for 70c81ce
src/mkdocstrings_handlers/python/templates/material/_base/children.html
@@ -93,7 +93,7 @@
93
{% filter heading(heading_level, id=html_id ~ "-modules") %}Modules{% endfilter %}
94
{% endif %}
95
{% with heading_level = heading_level + extra_level %}
96
- {% for module in modules|order_members(config.members_order, members_list) %}
+ {% for module in modules|order_members(config.members_order.alphabetical, members_list) %}
97
{% if not module.is_alias or module.is_explicitely_exported or module.inherited %}
98
{% include module|get_template with context %}
99
0 commit comments