{# Origin: https://github.com/pydata/pydata-sphinx-theme/blob/d4f888ec5e63628d6e3c5bf81b6b689a20b3927c/src/pydata_sphinx_theme/theme/pydata_sphinx_theme/components/icon-links.html #} {# Displays icon-links as list items. #} {%- macro icon_link_nav_item(url, icon, name, type, attributes='') -%} {% set include = pagename in attributes['included_to'] if 'included_to' in attributes.keys() else True %} {% set exclude = pagename in attributes['excluded_from'] if 'excluded_from' in attributes.keys() else False %} {% set show = include and not exclude %} {%- if (url | length > 2) and show %} {%- endif -%} {%- endmacro -%} {%- if theme_icon_links -%} {%- endif -%}