From 681d1b546029ccbebf9d1d81992318ca466ca447 Mon Sep 17 00:00:00 2001 From: Christophe Bedard Date: Sun, 21 Jun 2020 21:39:49 -0400 Subject: [PATCH] Make sidebar larger for tracetools_analysis documentation Signed-off-by: Christophe Bedard --- tracetools_analysis/docs/source/conf.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tracetools_analysis/docs/source/conf.py b/tracetools_analysis/docs/source/conf.py index ba82879..dcfbdb1 100644 --- a/tracetools_analysis/docs/source/conf.py +++ b/tracetools_analysis/docs/source/conf.py @@ -100,7 +100,9 @@ html_theme = 'alabaster' # further. For a list of options available for each theme, see the # documentation. # -# html_theme_options = {} +html_theme_options = { + 'sidebar_width': '260px', +} # Add any paths that contain custom static files (such as style sheets) here, # relative to this directory. They are copied after the builtin static files,