Skip to content

Commit 1ab5984

Browse files
authored
Add link to GitHub repo in docs navbar (#589)
1 parent 4fe67ed commit 1ab5984

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

docs/source/conf.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,13 @@
7676

7777
# Add an Edit this Page button
7878
html_theme_options = {
79+
"icon_links": [
80+
{
81+
"name": "GitHub",
82+
"url": "https://github.com/jupyter-server/jupyter_releaser",
83+
"icon": "fab fa-github-square",
84+
}
85+
],
7986
"use_edit_page_button": True,
8087
"navigation_with_keys": False,
8188
}

0 commit comments

Comments
 (0)