diff --git a/docs/conf.py b/docs/conf.py index 7ef2b342..cacfe3d0 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -37,16 +37,17 @@ html_theme = "sphinx_book_theme" html_title = "Docker Stacks documentation" html_logo = "_static/jupyter-logo.svg" html_theme_options = { - "path_to_docs": "docs", - "repository_url": "https://github.com/jupyter/docker-stacks", - "repository_branch": "main", - "use_edit_page_button": True, - "use_issues_button": True, - "use_repository_button": True, - "use_download_button": True, "logo": { "text": html_title, }, + "navigation_with_keys": False, + "path_to_docs": "docs", + "repository_branch": "main", + "repository_url": "https://github.com/jupyter/docker-stacks", + "use_download_button": True, + "use_edit_page_button": True, + "use_issues_button": True, + "use_repository_button": True, } html_last_updated_fmt = "%Y-%m-%d"