This is a parameter of the skin.
Edit your skins/SKIN_NAME/config/skin.xml file and add <doctype>xhtml5</doctype> to use the HTML5 doctype for your page.
<skin>
<label i18n="true">SKIN_TITLE</label>
<description i18n="true">SKIN_DESCRIPTION</description>
<thumbnail>
<small>img/thumbnail_16.png</small>
<medium>img/thumbnail_32.png</medium>
<large>img/thumbnail_48.png</large>
</thumbnail>
<doctype>xhtml5</doctype>
</skin>
This is a parameter of the skin.
Edit your skins/SKIN_NAME/config/skin.xml file and add <doctype>xhtml5</doctype> to use the HTML5 doctype for your page.