From 94ee6538f7a7790854ce33a68adf0834a27a232b Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 4 Dec 2022 10:24:41 -0500 Subject: Sort documentation theme options --- doc/conf.py.in | 12 ++++++------ 1 file 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", } -- cgit v1.2.1