Skip to content

Commit

Permalink
try adding github icon
Browse files Browse the repository at this point in the history
  • Loading branch information
dengemann committed Jul 26, 2023
1 parent 99cae53 commit 32ccf1f
Showing 1 changed file with 29 additions and 14 deletions.
43 changes: 29 additions & 14 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,19 +92,34 @@
"header_links_before_dropdown": 4,
"navbar_end": ["theme-switcher", "navbar-icon-links"],
"external_links": [
{
"url": "https://pyriemann.readthedocs.io",
"name": "PyRiemann",
},
{
"url": "https://scikit-learn.org",
"name": "scikit-learn",
},
{
"url": "https://mne.tools",
"name": "MNE-Python"
}
],
{
"url": "https://pyriemann.readthedocs.io",
"name": "PyRiemann",
},
{
"url": "https://scikit-learn.org",
"name": "scikit-learn",
},
{
"url": "https://mne.tools",
"name": "MNE-Python"
}
],
"icon_links": [
{
'name': "GitHub",
'url': "https://github.com/coffeine-labs/coffeine",
'icon': "fa-brands fa-square-github",
}
],
"icon_links_label": "External Links", # for screen reader
"use_edit_page_button": True,
"navigation_with_keys": False
}

html_context = {"default_mode": "light"}
html_context = {
"default_mode": "light",
"github_user": "coffeine-labs",
"github_repo": "coffeine",
"github_version": "main",
}

0 comments on commit 32ccf1f

Please sign in to comment.