source_suffix can now be a list.

This commit is contained in:
Georg Brandl
2015-02-08 19:18:38 +01:00
parent 4b396d4232
commit bf3bdcc7f5
12 changed files with 51 additions and 29 deletions

View File

@@ -15,6 +15,8 @@ Features added
as an iterable of additional docnames that need to be rewritten.
* Add ``todo_include_todos`` config option to quickstart conf file, handled as
described in documentation.
* The :confval:`source_suffix` config value can now be a list of multiple
suffixes.
Bugs fixed
----------