From 87d8b12c24c3a7a1a42b99b932eaea1663a350c9 Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Thu, 9 Feb 2023 23:19:18 -0500 Subject: [PATCH] doc/source/conf.py: switch back to ".html" files. The xhtml files are invalid now (sphinx generates html5 no matter the file extension). --- doc/source/conf.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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. -- 2.43.2