diff options
author | Georg Brandl <georg@python.org> | 2008-08-08 11:00:29 +0000 |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2008-08-08 11:00:29 +0000 |
commit | c21ff79a8bc5b1a51a3db94029adf3fc78952ed1 (patch) | |
tree | f06c1c2045591cf0c3c9526ee6c33ceed71d195c /doc/conf.py | |
parent | a7cfb52ab63c22bc088ff2be519ada378bb3c29e (diff) | |
download | sphinx-git-c21ff79a8bc5b1a51a3db94029adf3fc78952ed1.tar.gz |
English is nice for the official docs nevertheless.
Diffstat (limited to 'doc/conf.py')
-rw-r--r-- | doc/conf.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/doc/conf.py b/doc/conf.py index b8bb4d8da..3838cad7a 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -19,8 +19,6 @@ import sys, os, re # General configuration # --------------------- -language = 'de' - # 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'] |