summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2008-11-19 18:31:11 +0100
committerGeorg Brandl <georg@python.org>2008-11-19 18:31:11 +0100
commit4f8a18d84181a0cf14ddf8fa84d56e70e2093a2c (patch)
treef911d0a79b74c5b8790493ab18cba919d55cc87c
parent0f94263a9f9eefe36a8acbe4af1afdc9fc0128f6 (diff)
downloadsphinx-git-4f8a18d84181a0cf14ddf8fa84d56e70e2093a2c.tar.gz
Use an explicit language.
-rw-r--r--doc/conf.py2
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']