Skip to content

Commit

Permalink
[DOC] Update Twitter icon and add Bluesky icon (skrub-data#1212)
Browse files Browse the repository at this point in the history
  • Loading branch information
sylvaincom authored and Vincent-Maladiere committed Jan 27, 2025
1 parent e0ab8b1 commit 5927874
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -174,11 +174,6 @@
# ],
"header_links_before_dropdown": 4,
"icon_links": [
{
"name": "Twitter",
"url": "https://twitter.com/skrub_data",
"icon": "fa-brands fa-twitter",
},
{
"name": "GitHub",
"url": "https://github.com/skrub-data/skrub/",
Expand All @@ -189,6 +184,16 @@
"url": "https://discord.gg/ABaPnm7fDC",
"icon": "fa-brands fa-discord",
},
{
"name": "Bluesky",
"url": "https://bsky.app/profile/skrub-data.bsky.social",
"icon": "fa-brands fa-bluesky",
},
{
"name": "X (ex-Twitter)",
"url": "https://x.com/skrub_data",
"icon": "fa-brands fa-x-twitter",
},
],
# alternative way to set twitter and github header icons
# "github_url": "https://github.com/pydata/pydata-sphinx-theme",
Expand Down

0 comments on commit 5927874

Please sign in to comment.