From 2070ef7bb5e7e19922543c8599f52f0206bc19ad Mon Sep 17 00:00:00 2001 From: Dan Yeaw Date: Tue, 24 Mar 2026 15:18:25 -0400 Subject: [PATCH] Fix icon links still wrong due to override --- docs/source/conf.py | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index aba51450..0dc0af58 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -138,15 +138,9 @@ "goatcounter_url": "https://docs-conda-io.goatcounter.com/count", "icon_links": [ { - "name": "Element", - "url": "https://matrix.to/#/#conda:matrix.org", - "icon": "_static/element_logo.svg", - "type": "local", - }, - { - "name": "Discourse", - "url": "https://conda.discourse.group/", - "icon": "fa-brands fa-discourse", + "name": "Zulip", + "url": "https://conda.zulipchat.com", + "icon": "fa-custom fa-zulip", "type": "fontawesome", }, ],