Skip to content

Commit 7a85483

Browse files
add PyPI
1 parent ef7fc46 commit 7a85483

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

docs/conf.py

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,13 @@
109109
},
110110
"github_url": "https://github.com/pybamm-team/pybamm",
111111
"twitter_url": "https://twitter.com/pybamm_",
112-
"icon_links": [], # required for pydata-sphinx-theme v0.13.0
112+
"icon_links": [
113+
{
114+
"name": "PyPI",
115+
"url": "https://pypi.org/project/pybamm/",
116+
"icon": "fa-solid fa-box",
117+
},
118+
],
113119
"collapse_navigation": True,
114120
"external_links": [
115121
{

0 commit comments

Comments
 (0)