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

@@ -78,8 +78,11 @@ General configuration
.. confval:: source_suffix
The file name extension of source files. Only files with this suffix will be
read as sources. Default is ``'.rst'``.
The file name extension, or list of extensions, of source files. Only files
with this suffix will be read as sources. Default is ``'.rst'``.
.. versionchanged:: 1.3
Can now be a list of extensions.
.. confval:: source_encoding