Skip to content

Commit

Permalink
Link to GitHub repo from the docs
Browse files Browse the repository at this point in the history
  • Loading branch information
krassowski committed Apr 11, 2024
1 parent de6d904 commit ac89074
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,17 @@
# Theme options are theme-specific and customize the look and feel of a theme
# further. For a list of options available for each theme, see the
# documentation.
html_theme_options = {"navigation_with_keys": False}
html_theme_options = {
"icon_links": [
{
"name": "GitHub",
"url": "https://github.com/jupyter-server/jupyter_server",
"icon": "fab fa-github-square",
}
],
"navigation_with_keys": False,
"use_edit_page_button": True
}

# Add any paths that contain custom themes here, relative to this directory.
# html_theme_path = []
Expand Down

0 comments on commit ac89074

Please sign in to comment.