From 50ec58ffdea060209f72c33ecd7ac57a51fb9d13 Mon Sep 17 00:00:00 2001 From: papadanku Date: Sun, 6 Oct 2024 00:03:42 -0700 Subject: [PATCH] Update conf.py --- doc/conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/conf.py b/doc/conf.py index 82ebea8..9a4f8f2 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -36,6 +36,6 @@ html_theme_options = { 'fixed_sidebar': 'true', 'show_relbar_bottom': 'true', - 'page_width': '20%', - 'sidebar_width': '60%' + 'page_width': '60%', + 'sidebar_width': '20%' }