We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0fc306 commit 7f89f46Copy full SHA for 7f89f46
src/mkdocstrings_handlers/python/templates/material/_base/docstring/parameters.html.jinja
@@ -79,7 +79,7 @@ Context:
79
{% block list_style scoped %}
80
{#- Block for the `list` section style. -#}
81
<p><span class="doc-section-title">{{ section.title or lang.t("Parameters:") }}</span></p>
82
- <ul style="list-style-type: none;">
+ <ul>
83
{% for parameter in section.value %}
84
<li class="doc-section-item field-body">
85
{% if config.parameter_headings %}
0 commit comments