8000
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 22e83de commit 02619a8Copy full SHA for 02619a8
src/mkdocstrings_handlers/python/templates/material/_base/labels.html
@@ -1,7 +1,7 @@
1
{% if labels %}
2
{{ log.debug("Rendering labels") }}
3
<span class="doc doc-labels">
4
- {% for label in labels %}
+ {% for label in labels|sort %}
5
<small class="doc doc-label doc-label-{{ label }}"><code>{{ label }}</code></small>
6
{% endfor %}
7
</span>
0 commit comments