We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be41966 commit fd570f4Copy full SHA for fd570f4
doc/source/conf.py
@@ -242,7 +242,6 @@
242
"external_links": [],
243
"footer_start": ["pandas_footer", "sphinx-version"],
244
"github_url": "https://github.com/pandas-dev/pandas",
245
- "twitter_url": "https://twitter.com/pandas_dev",
246
"analytics": {
247
"plausible_analytics_domain": "pandas.pydata.org",
248
"plausible_analytics_url": "https://views.scientific-python.org/js/script.js",
@@ -258,6 +257,11 @@
258
257
# patch version doesn't compare as equal (e.g. 2.2.1 != 2.2.0 but it should be)
259
"show_version_warning_banner": False,
260
"icon_links": [
+ {
261
+ "name": "X",
262
+ "url": "https://x.com/pandas_dev",
263
+ "icon": "fa-brands fa-square-x-twitter",
264
+ },
265
{
266
"name": "Mastodon",
267
"url": "https://fosstodon.org/@pandas_dev",
0 commit comments