From: Michael Orlitzky Date: Fri, 10 Feb 2023 04:56:18 +0000 (-0500) Subject: doc/source/conf.py: expand the alabaster sidebar to fit. X-Git-Tag: 0.1.2~2 X-Git-Url: http://gitweb.michael.orlitzky.com/?p=dunshire.git;a=commitdiff_plain;h=3711ad675d52b562d702f817af49916011ff7393 doc/source/conf.py: expand the alabaster sidebar to fit. --- 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,