We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a85483 commit 3163f49Copy full SHA for 3163f49
docs/conf.py
@@ -107,9 +107,17 @@
107
"image_light": "pybamm_logo.png",
108
"image_dark": "pybamm_logo.png",
109
},
110
- "github_url": "https://github.com/pybamm-team/pybamm",
111
- "twitter_url": "https://twitter.com/pybamm_",
112
"icon_links": [
+ {
+ "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
121
{
122
"name": "PyPI",
123
"url": "https://pypi.org/project/pybamm/",
0 commit comments