diff --git a/docs/conf.py b/docs/conf.py index 05d89a1dcc..803d2c4255 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -167,8 +167,17 @@ 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": "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/",