diff options
author | Georg Brandl <georg@python.org> | 2008-11-19 18:31:11 +0100 |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2008-11-19 18:31:11 +0100 |
commit | 4f8a18d84181a0cf14ddf8fa84d56e70e2093a2c (patch) | |
tree | f911d0a79b74c5b8790493ab18cba919d55cc87c /doc/conf.py | |
parent | 0f94263a9f9eefe36a8acbe4af1afdc9fc0128f6 (diff) | |
download | sphinx-git-4f8a18d84181a0cf14ddf8fa84d56e70e2093a2c.tar.gz |
Use an explicit language.
Diffstat (limited to 'doc/conf.py')
-rw-r--r-- | doc/conf.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/conf.py b/doc/conf.py index 61ff10e21..89247821b 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -19,6 +19,8 @@ import sys, os, re # General configuration # --------------------- +language = 'en' + # Add any Sphinx extension module names here, as strings. They can be extensions # coming with Sphinx (named 'sphinx.addons.*') or your custom ones. extensions = ['sphinx.ext.autodoc', 'sphinx.ext.doctest', 'sphinx.ext.todo'] |