commit 824f7ae4bb0a5a716548546433c3d57fbdc1aeac
parent fe5f1f59754e4db97949bfb6164cd7334ca03d56
Author: Martin Schanzenbach <schanzen@gnunet.org>
Date: Thu, 7 Sep 2023 18:32:25 +0200
play around with navigation
Diffstat:
1 file changed, 9 insertions(+), 3 deletions(-)
diff --git a/conf.py b/conf.py
@@ -61,10 +61,10 @@ exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store']
html_theme = 'sphinx_book_theme'
html_sidebars = {
- "**": ["navbar-logo.html", "search-field.html", "sbt-sidebar-nav.html"]
+ "**": ["navbar-logo.html", "sbt-sidebar-nav.html", "search-field.html"]
}
-#html_theme_options = {
+html_theme_options = {
#'logo_only': True,
#'display_version': False,
#'prev_next_buttons_location': 'bottom',
@@ -77,7 +77,13 @@ html_sidebars = {
#'navigation_depth': 4,
#'includehidden': True,
#'titles_only': False
-#}
+ #"navbar_start": ["navbar-logo"],
+ "header_links_before_dropdown": 8,
+ "article_header_start": ["breadcrumbs.html"],
+ "navbar_center": ["navbar-nav"],
+ "navbar_end": [],
+ "navbar_persistent": [],
+}
man_make_section_directory = False
man_pages = [