diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/conf.py.in | 13 |
1 files changed, 5 insertions, 8 deletions
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, } |