From 83b0f59b59f7b7a8ce71049f99cc90c16b78d48c Mon Sep 17 00:00:00 2001 From: Elliott Sales de Andrade Date: Thu, 30 Jan 2025 16:14:32 -0500 Subject: [PATCH] Drop Twitter/X from the header bar Our header is already quite cramped, and we have decided to de-emphasize this link. --- mpl_sphinx_theme/mpl_icon_links.html | 1 - 1 file changed, 1 deletion(-) diff --git a/mpl_sphinx_theme/mpl_icon_links.html b/mpl_sphinx_theme/mpl_icon_links.html index 964a333..12edba2 100644 --- a/mpl_sphinx_theme/mpl_icon_links.html +++ b/mpl_sphinx_theme/mpl_icon_links.html @@ -3,7 +3,6 @@ { "url": "https://gitter.im/matplotlib/matplotlib", "icon": "fa-brands fa-gitter", "name": "Gitter" }, { "url": "https://discourse.matplotlib.org", "icon": "fa-brands fa-discourse", "name": "Discourse" }, { "url": "https://github.com/matplotlib/matplotlib", "icon": "fa-brands fa-github", "name": "GitHub" }, - { "url": "https://twitter.com/matplotlib/", "icon": "fa-brands fa-twitter", "name": "Twitter" }, ] -%} {%- endif -%} {% extends "navbar-icon-links.html" %}