diff --git a/docs/templates/python/nature/attribute.html b/docs/templates/python/nature/attribute.html index abef8a07..8df5453f 100644 --- a/docs/templates/python/nature/attribute.html +++ b/docs/templates/python/nature/attribute.html @@ -2,6 +2,7 @@ {% block heading scoped %} ‹› + {% if config.show_symbol_type_heading %}{% endif %} {%+ filter highlight(language="python", inline=True) %} {{ attribute_name }}{% if attribute.annotation %}: {{ attribute.annotation }}{% endif %} {% endfilter %}