Add "source_encoding" config value.

This commit is contained in:
Georg Brandl
2008-10-16 19:21:06 +00:00
parent 918fbecb12
commit 516d1a2872
5 changed files with 23 additions and 4 deletions

View File

@@ -55,6 +55,8 @@ New features added
- Added ``exclude_dirnames`` config value that can be used to exclude
e.g. CVS directories from source file search.
- Added ``source_encoding`` config value to select input encoding.
* Extensions:
- The new extensions ``sphinx.ext.jsmath`` and ``sphinx.ext.pngmath``