]> gitweb.michael.orlitzky.com - dunshire.git/commitdiff
Output xhtml files instead of html ones (requires new alabaster theme).
authorMichael Orlitzky <michael@orlitzky.com>
Tue, 15 Nov 2016 15:56:11 +0000 (10:56 -0500)
committerMichael Orlitzky <michael@orlitzky.com>
Tue, 15 Nov 2016 15:56:11 +0000 (10:56 -0500)
doc/source/conf.py

index 07d1b3d49252db3c5c844aa5377f732a007b1bd1..24586ec7de98051fff4c8251bca10fdd8017e47d 100644 (file)
@@ -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.