Merge branch 'tracetools-analysis-docs-sphinx-larger-sidebar' into 'master'
Make sidebar larger for tracetools_analysis documentation See merge request micro-ROS/ros_tracing/tracetools_analysis!75
This commit is contained in:
commit
fe50e1d13d
1 changed files with 3 additions and 1 deletions
|
@ -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,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue