Expand HTML width in docs 85/107585/2
authorJessica Wagantall <jwagantall@linuxfoundation.org>
Tue, 12 May 2020 19:26:07 +0000 (12:26 -0700)
committerBartek Grzybowski <b.grzybowski@partner.samsung.com>
Thu, 21 May 2020 06:23:26 +0000 (06:23 +0000)
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

docs/conf.py

index cd82442..3b562d1 100644 (file)
@@ -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")