We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be0963f commit 8bf0061Copy full SHA for 8bf0061
docs/conf.py
@@ -167,8 +167,17 @@ def skip_submodules(
167
# documentation.
168
html_theme_options = {
169
"github_url": "https://github.com/zarr-developers/zarr-python",
170
- "twitter_url": "https://twitter.com/zarr_dev",
171
"icon_links": [
+ {
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
181
{
182
"name": "Zarr Dev",
183
"url": "https://zarr.dev/",
0 commit comments