From: Michael Orlitzky Date: Tue, 15 Nov 2016 15:56:11 +0000 (-0500) Subject: Output xhtml files instead of html ones (requires new alabaster theme). X-Git-Tag: 0.1.0~12 X-Git-Url: http://gitweb.michael.orlitzky.com/?p=dunshire.git;a=commitdiff_plain;h=8fe7faf449da4e6ee917de7ef949be1253f7570f Output xhtml files instead of html ones (requires new alabaster theme). --- diff --git a/doc/source/conf.py b/doc/source/conf.py index 07d1b3d..24586ec 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -102,7 +102,7 @@ html_show_sphinx = False html_show_copyright = False # This is the file name suffix for HTML files (e.g. ".xhtml"). -#html_file_suffix = None +html_file_suffix = ".xhtml" # The name of a javascript file (relative to the configuration directory) that # implements a search results scorer. If empty, the default will be used.