summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjonathan vanasco <jonathan@2xlp.com>2022-11-16 21:58:21 -0500
committerjonathan vanasco <jonathan@2xlp.com>2022-11-16 21:58:21 -0500
commit6b7d4b6f1639f176a4708c1382fc12f316f7e87e (patch)
treefe0afdd1c2ed7e10a2d560d844e3af67b5c24390
parent51c9fb9601ede84eb9bbaf616b8d12e44704404a (diff)
downloadwebob-6b7d4b6f1639f176a4708c1382fc12f316f7e87e.tar.gz
set default language
-rw-r--r--docs/conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/conf.py b/docs/conf.py
index 22c28ff..51daed7 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -34,7 +34,7 @@ version = release = pkg_resources.get_distribution("webob").version
#
# This is also used if you do content translation via gettext catalogs.
# Usually you set "language" from the command line for these cases.
-language = None
+language = "en"
# List of patterns, relative to source directory, that match files and
# directories to ignore when looking for source files.