From c3d6c5799d6222f97eec12de2ea467677ec52b0a Mon Sep 17 00:00:00 2001 From: Bill Little Date: Mon, 18 Nov 2024 12:12:39 +0000 Subject: [PATCH] docs: migrate from x to bluesky icon --- changelog/1209.community.rst | 2 ++ docs/src/conf.py | 6 +++--- docs/src/developer/changelog.md | 2 +- pyproject.toml | 2 +- 4 files changed, 7 insertions(+), 5 deletions(-) create mode 100644 changelog/1209.community.rst diff --git a/changelog/1209.community.rst b/changelog/1209.community.rst new file mode 100644 index 00000000..56806339 --- /dev/null +++ b/changelog/1209.community.rst @@ -0,0 +1,2 @@ +"So long ``X``, and thanks for all the fish". Migrated to +``Bluesky``. (:user:`bjlittle`) diff --git a/docs/src/conf.py b/docs/src/conf.py index 51518289..2a1f5b60 100644 --- a/docs/src/conf.py +++ b/docs/src/conf.py @@ -452,9 +452,9 @@ def autolog(message: str, section: str | None = None, color: str | None = None) "icon": "fa-brands fa-github-alt fa-fw", }, { - "name": "X (formally Twitter)", - "url": "https://twitter.com/geovista_devs", - "icon": "fa-brands fa-twitter", + "name": "Bluesky", + "url": "https://bsky.app/profile/geovista.bsky.social", + "icon": "fa-brands fa-bluesky", }, { "name": "YouTube", diff --git a/docs/src/developer/changelog.md b/docs/src/developer/changelog.md index a3fc2708..df8aaa18 100644 --- a/docs/src/developer/changelog.md +++ b/docs/src/developer/changelog.md @@ -56,7 +56,7 @@ and `` is one of: * `asset`: Data, media and asset updates etc * `documentation`: Notable changes to the documentation structure, content, render or build * `internal`: Miscellaneous internal and maintenance changes -* `community`: Celebrate our awesome community members and contributions +* `community`: Celebrate our awesome community members and their contributions, including social changes * `contributor`: Changes that affect contributors such as standards, conventions, running tests, building docs, environments etc * `misc`: Catch all for items that don't fit elsewhere diff --git a/pyproject.toml b/pyproject.toml index 6d3a3717..a3ca948b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -355,7 +355,7 @@ name = "💼 Internal" showcontent = true [[tool.towncrier.type]] -# Celebrate our awesome community members. +# Celebrate our awesome community members, including social changes. directory = "community" name = "🌱 Community" showcontent = true