From 3711ad675d52b562d702f817af49916011ff7393 Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Thu, 9 Feb 2023 23:56:18 -0500 Subject: [PATCH] doc/source/conf.py: expand the alabaster sidebar to fit. --- doc/source/conf.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/source/conf.py b/doc/source/conf.py index ac373c6..b3df860 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -88,7 +88,9 @@ html_theme_options = { 'github_button': False, 'github_user': False, 'github_repo': False, - 'show_powered_by': False + 'page_width': 'auto', + 'show_powered_by': False, + 'sidebar_width': '30em' } # If not '', a 'Last updated on:' timestamp is inserted at every page bottom, -- 2.43.2