diff options
| author | georg.brandl <devnull@localhost> | 2008-10-16 20:31:28 +0000 |
|---|---|---|
| committer | georg.brandl <devnull@localhost> | 2008-10-16 20:31:28 +0000 |
| commit | 54775cadde0eb1f0568f5a8eecd36f5a60d2f8da (patch) | |
| tree | 875b4d53c4a0822fe170ee5397389d1d89979af6 /doc/markup/code.rst | |
| parent | ee57382c32600102729c81ad78dd1ab985cde740 (diff) | |
| download | sphinx-54775cadde0eb1f0568f5a8eecd36f5a60d2f8da.tar.gz | |
UTF-8 isn't mandatory anymore.
Diffstat (limited to 'doc/markup/code.rst')
| -rw-r--r-- | doc/markup/code.rst | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/markup/code.rst b/doc/markup/code.rst index cf70be27..299ab0bc 100644 --- a/doc/markup/code.rst +++ b/doc/markup/code.rst @@ -106,8 +106,9 @@ Includes :language: ruby :linenos: - Include files are assumed to be encoded in UTF-8. If the file has a different - encoding, you can specify it with the ``encoding`` option:: + Include files are assumed to be encoded in the :confval:`source_encoding`. + If the file has a different encoding, you can specify it with the + ``encoding`` option:: .. literalinclude:: example.py :encoding: latin-1 |
