summaryrefslogtreecommitdiffstats
path: root/doc/conf.py.in
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2022-12-04 10:24:41 -0500
committerDavid Robillard <d@drobilla.net>2022-12-04 10:24:41 -0500
commit94ee6538f7a7790854ce33a68adf0834a27a232b (patch)
treed1a728433d1fc13ca726e329b33bd3bc14c69be3 /doc/conf.py.in
parente033df9fb3560f813d11f6c1b00ce7e7a5b83a2e (diff)
downloadzix-94ee6538f7a7790854ce33a68adf0834a27a232b.tar.gz
zix-94ee6538f7a7790854ce33a68adf0834a27a232b.tar.bz2
zix-94ee6538f7a7790854ce33a68adf0834a27a232b.zip
Sort documentation theme options
Diffstat (limited to 'doc/conf.py.in')
-rw-r--r--doc/conf.py.in12
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/conf.py.in b/doc/conf.py.in
index 8318c59..cefa9e9 100644
--- a/doc/conf.py.in
+++ b/doc/conf.py.in
@@ -69,14 +69,14 @@ if tags.has("singlehtml"):
"body_max_width": "46em",
"body_min_width": "46em",
"description": desc,
- "show_footer_version": True,
- "show_logo_version": True,
+ "globaltoc_collapse": False,
+ "globaltoc_maxdepth": 3,
"logo_name": True,
"nosidebar": False,
"page_width": "80em",
+ "show_footer_version": True,
+ "show_logo_version": True,
"sidebar_width": "14em",
- "globaltoc_maxdepth": 3,
- "globaltoc_collapse": False,
}
else:
@@ -84,10 +84,10 @@ else:
"body_max_width": "60em",
"body_min_width": "46em",
"description": desc,
- "show_footer_version": True,
- "show_logo_version": True,
"logo_name": True,
"nosidebar": True,
"page_width": "60em",
+ "show_footer_version": True,
+ "show_logo_version": True,
"sidebar_width": "14em",
}