diff options
author | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2020-05-12 12:26:07 -0700 |
---|---|---|
committer | Bartek Grzybowski <b.grzybowski@partner.samsung.com> | 2020-05-21 06:23:26 +0000 |
commit | 5c8df8e5ed7ee98c76657125815640558cb8f1f0 (patch) | |
tree | 382852553d6de69d6c8dec15013deab9b05fdf55 /docs | |
parent | 896cc8b36cf5b0b3936f302f3b909f6ad3cfb98d (diff) |
Expand HTML width in docs
Some images in the docs are not
rendering properly. Expand HTML width
to help rendering the images better.
Issue-ID: CIMAN-364
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
Change-Id: I77f2873c82be339c02e9eada137e742d17fcaa75
Diffstat (limited to 'docs')
-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") |