diff --git a/docs/templates/python/nature/attribute.html b/docs/templates/python/nature/attribute.html index abef8a077..8df5453ff 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 %} diff --git a/mkdocs.yml b/mkdocs.yml index fb4aff9df..51fbdd67c 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -104,7 +104,7 @@ plugins: show_signature_annotations: true show_source: false show_symbol_type_heading: true - show_symbol_type_toc: true + show_symbol_type_toc: false signature_crossrefs: false summary: true source: