Enable HTML5 writer

This commit is contained in:
François Grisez 2018-03-08 15:24:07 +01:00
parent 5f2305dc97
commit ddfae7e2e1

View file

@ -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 ------------------------------------------