Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DOC] Update Twitter icon and add Bluesky icon #1212

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading