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" %}