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
+3
View File
@@ -81,6 +81,9 @@ Features added
- Added :confval:`html_show_copyright` config value.
- Added :confval:`latex_show_pagerefs` and :confval:`latex_show_urls`
config values.
- 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".
* New builders: