diff options
-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", } |