From: Jessica Wagantall Date: Tue, 12 May 2020 19:26:07 +0000 (-0700) Subject: Expand HTML width in docs X-Git-Tag: 6.0.0-ONAP~39 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F85%2F107585%2F2;p=integration.git 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 Change-Id: I77f2873c82be339c02e9eada137e742d17fcaa75 --- 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")