From 614d9d89d0063e16b0c70903a79954d799da2303 Mon Sep 17 00:00:00 2001 From: Chris Holdgraf Date: Tue, 4 Jan 2022 14:22:45 -0800 Subject: [PATCH] DOCS: Update theme configuration --- docs/source/conf.py | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/docs/source/conf.py b/docs/source/conf.py index ff3c6800..271bb9c2 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -130,6 +130,23 @@ html_static_path = ['_static'] htmlhelp_basename = 'JupyterHubdoc' +html_theme_options = { + "icon_links": [ + { + "name": "GitHub", + "url": "https://github.com/jupyterhub/jupyterhub", + "icon": "fab fa-github-square", + }, + { + "name": "Discourse", + "url": "https://discourse.jupyter.org/c/jupyterhub/10", + "icon": "fab fa-discourse", + }, + ], + "use_edit_page_button": True, + "navbar_align": "left", +} + # -- Options for LaTeX output --------------------------------------------- latex_elements = {