Skip to content

Commit

Permalink
replace twitter->X (pandas-dev#60426)
Browse files Browse the repository at this point in the history
  • Loading branch information
partev authored Nov 26, 2024
1 parent be41966 commit fd570f4
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,6 @@
"external_links": [],
"footer_start": ["pandas_footer", "sphinx-version"],
"github_url": "https://github.com/pandas-dev/pandas",
"twitter_url": "https://twitter.com/pandas_dev",
"analytics": {
"plausible_analytics_domain": "pandas.pydata.org",
"plausible_analytics_url": "https://views.scientific-python.org/js/script.js",
Expand All @@ -258,6 +257,11 @@
# patch version doesn't compare as equal (e.g. 2.2.1 != 2.2.0 but it should be)
"show_version_warning_banner": False,
"icon_links": [
{
"name": "X",
"url": "https://x.com/pandas_dev",
"icon": "fa-brands fa-square-x-twitter",
},
{
"name": "Mastodon",
"url": "https://fosstodon.org/@pandas_dev",
Expand Down

0 comments on commit fd570f4

Please sign in to comment.