Skip to content

Commit 8bf0061

Browse files
star1327pd-v-b
andauthored
DOC: Remove Twitter icon in Zarr-Python (#3245)
* DOC: Remove Twitter icon in Zarr-Python * Added Bluesky and Mastodon icon links --------- Co-authored-by: Davis Bennett <davis.v.bennett@gmail.com>
1 parent be0963f commit 8bf0061

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)