From f2c2c8d40df4a6357f0553b5865b229be3ac2cd2 Mon Sep 17 00:00:00 2001 From: Sebastiaan Huber Date: Thu, 4 Jan 2024 15:29:15 +0100 Subject: [PATCH] Change twitter icon to new X icon (#56) This requires an update of `pydata-sphinx-theme` to `0.15.1` since that adds support for modern font awesome icons, which include the X icon. --- docs/conf.py | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 628a617..f34dacd 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -64,7 +64,7 @@ { "name": "Twitter", "url": "https://twitter.com/aiidateam", - "icon": "fa-brands fa-square-twitter", + "icon": "fa-brands fa-square-x-twitter", "type": "fontawesome", }, ], diff --git a/requirements.txt b/requirements.txt index bc5ae1b..e4b0e4c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ myst-parser~=0.18.0 -pydata-sphinx-theme==0.12.0rc1 +pydata-sphinx-theme==0.15.1 ablog~=0.10.25 sphinx-design~=0.3.0 sphinx_subfigure~=0.2.4