From a9ba18caa6203a837ccbe37d576b41d3f8bb9871 Mon Sep 17 00:00:00 2001 From: "Christine P. Chai" Date: Mon, 14 Jul 2025 17:46:30 -0700 Subject: [PATCH 1/2] DOC: Remove Twitter icon in Zarr-Python --- docs/conf.py | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 61d83ef819..59f55a109e 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -167,7 +167,6 @@ def skip_submodules( # documentation. html_theme_options = { "github_url": "https://github.com/zarr-developers/zarr-python", - "twitter_url": "https://twitter.com/zarr_dev", "icon_links": [ { "name": "Zarr Dev", From fa08d6275c3ca985cf0856f235fa91f434d0dc2f Mon Sep 17 00:00:00 2001 From: "Christine P. Chai" Date: Tue, 15 Jul 2025 16:07:57 -0700 Subject: [PATCH 2/2] Added Bluesky and Mastodon icon links --- docs/conf.py | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/conf.py b/docs/conf.py index 59f55a109e..0b5b37555d 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -168,6 +168,16 @@ def skip_submodules( html_theme_options = { "github_url": "https://github.com/zarr-developers/zarr-python", "icon_links": [ + { + "name": "Bluesky", + "url": "https://bsky.app/profile/zarr.dev", + "icon": "fa-brands fa-bluesky", + }, + { + "name": "Mastodon", + "url": "https://fosstodon.org/@zarr", + "icon": "fa-brands fa-mastodon", + }, { "name": "Zarr Dev", "url": "https://zarr.dev/",