diff options
author | David Robillard <d@drobilla.net> | 2022-12-04 10:24:41 -0500 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2022-12-04 10:24:41 -0500 |
commit | 94ee6538f7a7790854ce33a68adf0834a27a232b (patch) | |
tree | d1a728433d1fc13ca726e329b33bd3bc14c69be3 /doc | |
parent | e033df9fb3560f813d11f6c1b00ce7e7a5b83a2e (diff) | |
download | zix-94ee6538f7a7790854ce33a68adf0834a27a232b.tar.gz zix-94ee6538f7a7790854ce33a68adf0834a27a232b.tar.bz2 zix-94ee6538f7a7790854ce33a68adf0834a27a232b.zip |
Sort documentation theme options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/conf.py.in | 12 |
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", } |