From e033df9fb3560f813d11f6c1b00ce7e7a5b83a2e Mon Sep 17 00:00:00 2001
From: David Robillard <d@drobilla.net>
Date: Sun, 4 Dec 2022 10:16:47 -0500
Subject: Tighten documentation page layout

---
 doc/conf.py.in | 13 +++++--------
 1 file changed, 5 insertions(+), 8 deletions(-)

(limited to 'doc')

diff --git a/doc/conf.py.in b/doc/conf.py.in
index d6994ec..8318c59 100644
--- a/doc/conf.py.in
+++ b/doc/conf.py.in
@@ -54,6 +54,7 @@ nitpick_ignore = list(_c_nitpick_ignore) + list(_cpp_nitpick_ignore)
 # HTML output
 
 html_copy_source = False
+html_secnumber_suffix = " "
 html_short_title = "@ZIX_TITLE@"
 html_theme = "sphinx_lv2_theme"
 
@@ -65,16 +66,15 @@ if tags.has("singlehtml"):
     }
 
     html_theme_options = {
-        "body_max_width": "48em",
-        "body_min_width": "48em",
+        "body_max_width": "46em",
+        "body_min_width": "46em",
         "description": desc,
         "show_footer_version": True,
         "show_logo_version": True,
         "logo_name": True,
-        "logo_width": "8em",
         "nosidebar": False,
         "page_width": "80em",
-        "sidebar_width": "18em",
+        "sidebar_width": "14em",
         "globaltoc_maxdepth": 3,
         "globaltoc_collapse": False,
     }
@@ -82,15 +82,12 @@ if tags.has("singlehtml"):
 else:
     html_theme_options = {
         "body_max_width": "60em",
-        "body_min_width": "40em",
+        "body_min_width": "46em",
         "description": desc,
         "show_footer_version": True,
         "show_logo_version": True,
         "logo_name": True,
-        "logo_width": "8em",
         "nosidebar": True,
         "page_width": "60em",
         "sidebar_width": "14em",
-        "globaltoc_maxdepth": 1,
-        "globaltoc_collapse": True,
     }
-- 
cgit v1.2.1