Skip to content

Commit

Permalink
Change twitter icon to new X icon (#56)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
sphuber authored Jan 4, 2024
1 parent 4f7dc88 commit f2c2c8d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
},
],
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit f2c2c8d

Please sign in to comment.