[Python-checkins] r65598 - doctools/trunk/doc/conf.py

georg.brandl python-checkins at python.org
Fri Aug 8 13:00:29 CEST 2008


Author: georg.brandl
Date: Fri Aug  8 13:00:29 2008
New Revision: 65598

Log:
English is nice for the official docs nevertheless.


Modified:
   doctools/trunk/doc/conf.py

Modified: doctools/trunk/doc/conf.py
==============================================================================
--- doctools/trunk/doc/conf.py	(original)
+++ doctools/trunk/doc/conf.py	Fri Aug  8 13:00:29 2008
@@ -19,8 +19,6 @@
 # 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']


More information about the Python-checkins mailing list