Skip to content

Commit

Permalink
Docs: Update twitter logo (#6306)
Browse files Browse the repository at this point in the history
Switch to new X branding. This requires an update of the `docs` dependency
`pydata-sphinx-theme~=0.15.0` as support for the version of fontawesome
that includes the X branding was shipped with that version.
  • Loading branch information
SharanRP authored Mar 6, 2024
1 parent d14c14d commit 5e4f60d
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@
{
'name': 'Twitter',
'url': 'https://www.twitter.com/aiidateam',
'icon': 'fa-brands fa-twitter-square',
'icon': 'fa-brands fa-square-x-twitter',
'type': 'fontawesome',
},
],
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ bpython = [
'bpython~=0.18.0'
]
docs = [
'pydata-sphinx-theme~=0.13.3',
'pydata-sphinx-theme~=0.15.1',
'sphinx~=7.2',
'sphinx-copybutton~=0.5.0',
'sphinx-design~=0.5.0',
Expand Down
2 changes: 1 addition & 1 deletion requirements/requirements-py-3.10.txt
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ pybtex==0.24.0
pycifrw==4.4.5
pycparser==2.21
pydantic==2.4.0
pydata-sphinx-theme==0.13.3
pydata-sphinx-theme==0.15.1
pygments==2.15.1
pymatgen==2023.9.25
pympler==1.0.1
Expand Down
2 changes: 1 addition & 1 deletion requirements/requirements-py-3.11.txt
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ pybtex==0.24.0
pycifrw==4.4.5
pycparser==2.21
pydantic==2.4.0
pydata-sphinx-theme==0.13.3
pydata-sphinx-theme==0.15.1
pygments==2.15.1
pymatgen==2023.9.25
pympler==1.0.1
Expand Down
2 changes: 1 addition & 1 deletion requirements/requirements-py-3.12.txt
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ pybtex==0.24.0
pycifrw==4.4.5
pycparser==2.21
pydantic==2.4.0
pydata-sphinx-theme==0.13.3
pydata-sphinx-theme==0.15.1
pygments==2.16.1
pymatgen==2023.10.11
pympler==1.0.1
Expand Down
2 changes: 1 addition & 1 deletion requirements/requirements-py-3.9.txt
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ pybtex==0.24.0
pycifrw==4.4.5
pycparser==2.21
pydantic==2.4.0
pydata-sphinx-theme==0.13.3
pydata-sphinx-theme==0.15.1
pygments==2.15.1
pymatgen==2023.9.25
pympler==1.0.1
Expand Down

0 comments on commit 5e4f60d

Please sign in to comment.