Make sidebar larger for tracetools_analysis documentation

Signed-off-by: Christophe Bedard <bedard.christophe@gmail.com>
This commit is contained in:
Christophe Bedard 2020-06-21 21:39:49 -04:00
parent 72402f38fa
commit 681d1b5460

View file

@ -100,7 +100,9 @@ html_theme = 'alabaster'
# further. For a list of options available for each theme, see the # further. For a list of options available for each theme, see the
# documentation. # documentation.
# #
# html_theme_options = {} html_theme_options = {
'sidebar_width': '260px',
}
# Add any paths that contain custom static files (such as style sheets) here, # 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, # relative to this directory. They are copied after the builtin static files,