From 4f8a18d84181a0cf14ddf8fa84d56e70e2093a2c Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Wed, 19 Nov 2008 18:31:11 +0100 Subject: [PATCH] Use an explicit language. --- doc/conf.py | 2 ++ 1 file changed, 2 insertions(+) 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']