mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
The behavior of :confval:html_file_suffix changed slightly: the empty string now means "no suffix" instead of "default suffix", use `None` for "default suffix".
This commit is contained in:
@@ -626,8 +626,8 @@ that use Sphinx' HTMLWriter class.
|
||||
|
||||
.. confval:: html_file_suffix
|
||||
|
||||
If nonempty, this is the file name suffix for generated HTML files. The
|
||||
default is ``".html"``.
|
||||
This is the file name suffix for generated HTML files. The default is
|
||||
``".html"``.
|
||||
|
||||
.. versionadded:: 0.4
|
||||
|
||||
|
||||
Reference in New Issue
Block a user