From b6c97b179b1c947224641dc6267f271d587c83ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Adjemia=20=28Scylla=29?= Date: Sat, 1 Dec 2018 22:56:47 +0100 Subject: [PATCH] Increased page width. --- src/source/conf.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/source/conf.py b/src/source/conf.py index 9cd24ad25..a07f3d6ab 100644 --- a/src/source/conf.py +++ b/src/source/conf.py @@ -67,7 +67,8 @@ html_theme_options = { 'sidebar_collapse': True, 'show_relbar_top': True, 'show_relbar_bottom': True, - } + 'page_width': '100%', +} htmlhelp_basename = 'Dynaremanual'