Skip to content

Commit 3163f49

Browse files
use icon links for twitter and github
1 parent 7a85483 commit 3163f49

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

docs/conf.py

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,9 +107,17 @@
107107
"image_light": "pybamm_logo.png",
108108
"image_dark": "pybamm_logo.png",
109109
},
110-
"github_url": "https://github.com/pybamm-team/pybamm",
111-
"twitter_url": "https://twitter.com/pybamm_",
112110
"icon_links": [
111+
{
112+
"name": "GitHub",
113+
"url": "https://github.com/pybamm-team/pybamm",
114+
"icon": "fa-brands fa-square-github",
115+
},
116+
{
117+
"name": "Twitter",
118+
"url": "https://twitter.com/pybamm_",
119+
"icon": "fa-brands fa-square-twitter",
120+
},
113121
{
114122
"name": "PyPI",
115123
"url": "https://pypi.org/project/pybamm/",

0 commit comments

Comments
 (0)