We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Annotated
signature_crossrefs
1 parent b557ff3 commit d809f1aCopy full SHA for d809f1a
src/mkdocstrings_handlers/python/templates/material/_base/signature.html.jinja
@@ -47,7 +47,7 @@ Context:
47
{#- Prepare type annotation. -#}
48
{%- if config.show_signature_annotations and parameter.annotation is not none -%}
49
{%- set ns.equal = " = " -%}
50
- {%- if config.separate_signature and config.signature_crossrefs -%}
+ {%- if config.separate_signature -%}
51
{%- with expression = parameter.annotation -%}
52
{%- set ns.annotation -%}: {% include "expression"|get_template with context %}{%- endset -%}
53
{%- endwith -%}
0 commit comments