diff --git a/src/mkdocstrings_handlers/python/templates/material/_base/function.html.jinja b/src/mkdocstrings_handlers/python/templates/material/_base/function.html.jinja index 3631b69..973c762 100644 --- a/src/mkdocstrings_handlers/python/templates/material/_base/function.html.jinja +++ b/src/mkdocstrings_handlers/python/templates/material/_base/function.html.jinja @@ -77,8 +77,18 @@ Context: {% block signature scoped %} {#- Signature block. - This block renders the signature for the function. + This block renders the signature for the function, + as well as its overloaded signatures if any. -#} + {% if function.overloads %} +