From 91f9a1205d32f3bc6a27ca5f993409c3b97c1931 Mon Sep 17 00:00:00 2001 From: Waylan Limberg Date: Fri, 19 Jan 2024 15:59:36 -0500 Subject: [PATCH] Restore Attribute symbol type in mkdocstrings template --- docs/templates/python/nature/attribute.html | 1 + 1 file changed, 1 insertion(+) 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 %}