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:
parent
f74996c02f
commit
d6bebd2507
|
@ -107,6 +107,7 @@ html_theme = 'classic'
|
||||||
# documentation.
|
# documentation.
|
||||||
#
|
#
|
||||||
# html_theme_options = {}
|
# html_theme_options = {}
|
||||||
|
html_theme_options = {"sidebarwidth": "300px"}
|
||||||
|
|
||||||
# Add any paths that contain custom themes here, relative to this directory.
|
# Add any paths that contain custom themes here, relative to this directory.
|
||||||
# html_theme_path = []
|
# html_theme_path = []
|
||||||
|
|
Loading…
Reference in New Issue