From 5f2305dc9702a713ef53cfa563613ec62349a69a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Grisez?= Date: Thu, 8 Mar 2018 14:32:07 +0100 Subject: [PATCH] Make the body width to adapt to browser window width --- coreapi/help/doc/sphinx/conf.py.in | 1 + 1 file changed, 1 insertion(+) diff --git a/coreapi/help/doc/sphinx/conf.py.in b/coreapi/help/doc/sphinx/conf.py.in index f2cece998..7deb8b4fd 100644 --- a/coreapi/help/doc/sphinx/conf.py.in +++ b/coreapi/help/doc/sphinx/conf.py.in @@ -91,6 +91,7 @@ html_theme = 'classic' # documentation. # html_theme_options = { + 'body_max_width': '100%', 'collapsiblesidebar': 'true' }