summaryrefslogtreecommitdiffstats
path: root/doc/conf.py.in
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2022-12-04 10:16:47 -0500
committerDavid Robillard <d@drobilla.net>2022-12-04 10:21:45 -0500
commite033df9fb3560f813d11f6c1b00ce7e7a5b83a2e (patch)
treee6de25b10d847d6eb58f7e1d179e56da085672c9 /doc/conf.py.in
parentacd3234a19720c4ad26de92e37430cada30ce6f6 (diff)
downloadzix-e033df9fb3560f813d11f6c1b00ce7e7a5b83a2e.tar.gz
zix-e033df9fb3560f813d11f6c1b00ce7e7a5b83a2e.tar.bz2
zix-e033df9fb3560f813d11f6c1b00ce7e7a5b83a2e.zip
Tighten documentation page layout
Diffstat (limited to 'doc/conf.py.in')
-rw-r--r--doc/conf.py.in13
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,
}