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:
Georg Brandl
2010-07-17 19:45:54 +02:00
parent 9f4c61b154
commit 2b29038d0c
4 changed files with 8 additions and 5 deletions

View File

@@ -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