From ddfae7e2e1dd37e009fd3c94b78e5861c609106f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Grisez?= Date: Thu, 8 Mar 2018 15:24:07 +0100 Subject: [PATCH] Enable HTML5 writer --- coreapi/help/doc/sphinx/conf.py.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/coreapi/help/doc/sphinx/conf.py.in b/coreapi/help/doc/sphinx/conf.py.in index 7deb8b4fd..89b2a4937 100644 --- a/coreapi/help/doc/sphinx/conf.py.in +++ b/coreapi/help/doc/sphinx/conf.py.in @@ -103,6 +103,8 @@ html_static_path = ['_static'] # Path to the picture to use as logo. html_logo = 'logo.png' +# Enable html5 +html_experimental_html5_writer = True # -- Options for HTMLHelp output ------------------------------------------