From 8fe7faf449da4e6ee917de7ef949be1253f7570f Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Tue, 15 Nov 2016 10:56:11 -0500 Subject: [PATCH] Output xhtml files instead of html ones (requires new alabaster theme). --- doc/source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.43.2