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