diff options
author | jonathan vanasco <jonathan@2xlp.com> | 2022-11-16 21:58:21 -0500 |
---|---|---|
committer | jonathan vanasco <jonathan@2xlp.com> | 2022-11-16 21:58:21 -0500 |
commit | 6b7d4b6f1639f176a4708c1382fc12f316f7e87e (patch) | |
tree | fe0afdd1c2ed7e10a2d560d844e3af67b5c24390 | |
parent | 51c9fb9601ede84eb9bbaf616b8d12e44704404a (diff) | |
download | webob-6b7d4b6f1639f176a4708c1382fc12f316f7e87e.tar.gz |
set default language
-rw-r--r-- | docs/conf.py | 2 |
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. |