From: Michael Orlitzky Date: Fri, 10 Feb 2023 04:19:18 +0000 (-0500) Subject: doc/source/conf.py: switch back to ".html" files. X-Git-Tag: 0.1.2~5 X-Git-Url: http://gitweb.michael.orlitzky.com/?p=dunshire.git;a=commitdiff_plain;h=87d8b12c24c3a7a1a42b99b932eaea1663a350c9 doc/source/conf.py: switch back to ".html" files. The xhtml files are invalid now (sphinx generates html5 no matter the file extension). --- diff --git a/doc/source/conf.py b/doc/source/conf.py index 6b1bfde..ac373c6 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -105,7 +105,8 @@ html_show_sphinx = False html_show_copyright = False # This is the file name suffix for HTML files (e.g. ".xhtml"). -html_file_suffix = ".xhtml" +# Warning: regardless of the suffix, sphinx will generate html5. +#html_file_suffix = ".xhtml" # Don't include the restructured text source files for the XHTML # pages, and don't display a link to them either.