From de6cffa347a031263fb36860a04619bb62c2123d Mon Sep 17 00:00:00 2001 From: Rapptz Date: Thu, 21 Sep 2017 18:04:46 -0400 Subject: Try to build HTML5 for docs. --- docs/conf.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs') diff --git a/docs/conf.py b/docs/conf.py index caaa0687..436fcdfb 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -128,6 +128,8 @@ pygments_style = 'friendly' # -- Options for HTML output ---------------------------------------------- +html_experimental_html5_writer = True + # The theme to use for HTML and HTML Help pages. See the documentation for # a list of builtin themes. html_theme = 'basic' -- cgit v1.2.3