Make the body width to adapt to browser window width

This commit is contained in:
François Grisez 2018-03-08 14:32:07 +01:00
parent 2d5a239275
commit 5f2305dc97

View file

@ -91,6 +91,7 @@ html_theme = 'classic'
# documentation.
#
html_theme_options = {
'body_max_width': '100%',
'collapsiblesidebar': 'true'
}