diff --git a/doc/_static/css/custom.css b/doc/_static/css/custom.css index ca1c290c33f..9d2b5c92c2a 100644 --- a/doc/_static/css/custom.css +++ b/doc/_static/css/custom.css @@ -837,7 +837,7 @@ kbd, .kbd { .wy-menu.wy-menu-vertical { overflow-y: auto; overflow-x: hidden; - max-height: calc(100% - 348px); + max-height: calc(100% - 243px); } @media screen and (max-width: 768px) { .wy-nav-side { diff --git a/doc/conf.py b/doc/conf.py index c41d3fe5ce2..c04e880a8d2 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -116,7 +116,10 @@ rst_epilog = """ html_theme = "sphinx_rtd_theme" html_theme_path = [sphinx_rtd_theme.get_html_theme_path()] -html_theme_options = {"prev_next_buttons_location": None} +html_theme_options = { + "logo_only": True, + "prev_next_buttons_location": None +} html_title = "Zephyr Project Documentation" html_logo = "_static/images/logo.svg" html_favicon = "images/zp_favicon.png" @@ -134,7 +137,6 @@ html_context = { "show_license": True, "docs_title": docs_title, "is_release": is_release, - "theme_logo_only": False, "current_version": version, "versions": ( ("latest", "/"),