Use an explicit language.

This commit is contained in:
Georg Brandl
2008-11-19 18:31:11 +01:00
parent 0f94263a9f
commit 4f8a18d841

View File

@@ -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']