Fix WARNING: Invalid configuration value found: 'language = None'. Update your configuration to a valid langauge code. Falling back to 'en' (English).

This commit is contained in:
Hugo van Kemenade 2022-06-04 09:38:06 +03:00
parent b43cfce667
commit 3b2f076b6f

View File

@ -68,7 +68,7 @@ release = PIL.__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"
# There are two options for replacing |today|: either, you set today to some
# non-false value, then it is used: