Skip to content

Commit 7f89f46

Browse files
committed
fixup! refactor: Add backlinks metadata to autorefs elements
1 parent a0fc306 commit 7f89f46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mkdocstrings_handlers/python/templates/material/_base/docstring/parameters.html.jinja

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ Context:
7979
{% block list_style scoped %}
8080
{#- Block for the `list` section style. -#}
8181
<p><span class="doc-section-title">{{ section.title or lang.t("Parameters:") }}</span></p>
82-
<ul style="list-style-type: none;">
82+
<ul>
8383
{% for parameter in section.value %}
8484
<li class="doc-section-item field-body">
8585
{% if config.parameter_headings %}

0 commit comments

Comments
 (0)