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.
__init__
1 parent 2d3f75a commit 9ef620fCopy full SHA for 9ef620f
src/mkdocstrings_handlers/python/templates/material/_base/class.html.jinja
@@ -107,7 +107,7 @@ Context:
107
{% endfor %}
108
</div>
109
{% endif %}
110
- {% if config.separate_signature %}
+ {% if config.separate_signature and not (config.show_overloads and function.overloads and config.overloads_only) %}
111
{% filter format_signature(function, config.line_length, crossrefs=config.signature_crossrefs) %}
112
{{ class.name }}
113
{% endfilter %}
0 commit comments