diff --git a/docs/source/conf.py b/docs/source/conf.py index bee1b3009..e5a285d7b 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -102,6 +102,24 @@ "use_edit_page_button": True, "repository_branch": "main", "path_to_docs": "./docs/source", + "icon_links": [ + { + "name": "PyPI", + "url": "https://pypi.org/project/FESTIM/", + "icon": "https://img.shields.io/pypi/dw/festim", + "type": "url", + }, + { + "name": "Support Forum", + "url": "https://festim.discourse.group/", + "icon": "fa-brands fa-discourse", + }, + { + "name": "Slack", + "url": "https://join.slack.com/t/festim-dev/shared_invite/zt-246hw8d6o-htWASLsbdosUo_2nRKCf9g", + "icon": "fa-brands fa-slack", + }, + ], } html_title = "FESTIM Documentation"