mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
source_suffix can now be a list.
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user