gnunet-handbook

The GNUnet Handbook
Log | Files | Refs

commit 5dde35573cfc8e22bbf2810fb5bacc22726ac74c
parent df1082e8f4f69b377c3d1b8963036d13e97bb432
Author: Martin Schanzenbach <schanzen@gnunet.org>
Date:   Fri, 16 Feb 2024 20:41:24 +0100

minor tweaks

Diffstat:
Mconf.py | 8++++----
1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/conf.py b/conf.py @@ -61,14 +61,14 @@ exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store'] html_theme = 'pydata_sphinx_theme' html_sidebars = { - "**": ["search-field.html", "sidebar-nav-bs"] + "**": ["sidebar-nav-bs"] } html_theme_options = { #'logo_only': True, #'display_version': False, #'prev_next_buttons_location': 'bottom', - 'style_external_links': False, + #'style_external_links': False, #'vcs_pageview_mode': '', #'style_nav_header_background': 'transparent', # Possibly problematic with our CSP # Toc options @@ -83,8 +83,8 @@ html_theme_options = { "show_toc_level": 3, "show_nav_level": 2, #"navbar_center": ["navbar-nav"], - "navbar_end": [], - "navbar_persistent": [], + #"navbar_end": [], + #"navbar_persistent": [], "switcher": { "json_url": "https://docs.gnunet.org/latest/_static/versions.json", "version_match": "latest"