doc/conf.py: Set sidebar width to 300px to limit wrapping

This enhances readability in sidebar, especially for "User’s Manual" and
"Protocol" pages
This commit is contained in:
kaliko 2021-11-20 10:06:44 +01:00
parent f74996c02f
commit d6bebd2507
1 changed files with 1 additions and 0 deletions

View File

@ -107,6 +107,7 @@ html_theme = 'classic'
# documentation.
#
# html_theme_options = {}
html_theme_options = {"sidebarwidth": "300px"}
# Add any paths that contain custom themes here, relative to this directory.
# html_theme_path = []