diff options
Diffstat (limited to 'docs/conf.py')
-rw-r--r-- | docs/conf.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/conf.py b/docs/conf.py index cd82442a5..3b562d1d0 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -19,6 +19,7 @@ linkcheck_ignore = [ intersphinx_mapping = {} html_last_updated_fmt = '%d-%b-%y %H:%M' +html_theme_options = {'body_max_width': '100%'} def setup(app): app.add_stylesheet("css/ribbon_onap.css") |