Skip to content

Commit 0f9ae5c

Browse files
authored
Merge branch 'main' into PYL-W0404
2 parents 92388ac + 8bf0061 commit 0f9ae5c

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

docs/conf.py

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,8 +167,17 @@ def skip_submodules(
167167
# documentation.
168168
html_theme_options = {
169169
"github_url": "https://github.com/zarr-developers/zarr-python",
170-
"twitter_url": "https://twitter.com/zarr_dev",
171170
"icon_links": [
171+
{
172+
"name": "Bluesky",
173+
"url": "https://bsky.app/profile/zarr.dev",
174+
"icon": "fa-brands fa-bluesky",
175+
},
176+
{
177+
"name": "Mastodon",
178+
"url": "https://fosstodon.org/@zarr",
179+
"icon": "fa-brands fa-mastodon",
180+
},
172181
{
173182
"name": "Zarr Dev",
174183
"url": "https://zarr.dev/",

0 commit comments

Comments
 (0)