Skip to content

Commit

Permalink
Merge pull request #762 from RemDelaporteMathurin/discourse-button
Browse files Browse the repository at this point in the history
Additional buttons in header
  • Loading branch information
RemDelaporteMathurin authored Jun 3, 2024
2 parents cc62108 + 51fea45 commit 1623d18
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 1623d18

Please sign in to comment.