We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f477486 commit 9e0ea51Copy full SHA for 9e0ea51
docs/source/conf.py
@@ -76,6 +76,13 @@
76
77
# Add an Edit this Page button
78
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
+ ],
86
"use_edit_page_button": True,
87
"navigation_with_keys": False,
88
}
0 commit comments