From 5c8df8e5ed7ee98c76657125815640558cb8f1f0 Mon Sep 17 00:00:00 2001 From: Jessica Wagantall Date: Tue, 12 May 2020 12:26:07 -0700 Subject: [PATCH] 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 --- docs/conf.py | 1 + 1 file changed, 1 insertion(+) 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") -- 2.16.6