From bb418c4b5372ec8233964fa63f94c527243fb212 Mon Sep 17 00:00:00 2001 From: papadanku Date: Sun, 6 Oct 2024 00:22:45 -0700 Subject: [PATCH] Update conf.py --- doc/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/conf.py b/doc/conf.py index 33ee91b..7a4b4d2 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': '75%', + 'page_width': '100%', 'sidebar_width': '20%' }