Skip to content

Commit c51f955

Browse files
committed
feat: add link to github
1 parent a862acb commit c51f955

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

docs/conf.py

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,18 @@
146146
],
147147
},
148148
"header_links_before_dropdown": 4,
149+
"icon_links": [
150+
{
151+
# Label for this link
152+
"name": "GitHub",
153+
# URL where the link will redirect
154+
"url": "https://github.com/mind-inria/mri-nufft", # required
155+
# Icon class (if "type": "fontawesome"), or path to local image (if "type": "local")
156+
"icon": "fa-brands fa-github",
157+
# The type of image to be used (see below for details)
158+
"type": "fontawesome",
159+
},
160+
],
149161
}
150162

151163
html_logo = "_static/logos/mri-nufft.png"

0 commit comments

Comments
 (0)