summaryrefslogtreecommitdiff
path: root/doc/markup/code.rst
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2008-10-16 20:31:28 +0000
committerGeorg Brandl <georg@python.org>2008-10-16 20:31:28 +0000
commita857b89a2373a72081f9e878ce9e7a32585e58a9 (patch)
tree875b4d53c4a0822fe170ee5397389d1d89979af6 /doc/markup/code.rst
parente4306e5f87835e5308313853e610b811dfd1869b (diff)
downloadsphinx-git-a857b89a2373a72081f9e878ce9e7a32585e58a9.tar.gz
UTF-8 isn't mandatory anymore.
Diffstat (limited to 'doc/markup/code.rst')
-rw-r--r--doc/markup/code.rst5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/markup/code.rst b/doc/markup/code.rst
index cf70be276..299ab0bc0 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