Fix release note build

This fixes the following error in release note build.

Warning, treated as error:
Invalid configuration value found: 'language = None'. Update your
configuration to a valid language code. Falling back to 'en' (English).

Change-Id: I907f20004ffc351b89bf12120d2f317037260009
This commit is contained in:
Takashi Kajinami 2023-09-07 19:20:22 +09:00
parent 93ca4f46d2
commit 8a8e8fab4e

View File

@ -77,7 +77,7 @@ release = ''
# #
# This is also used if you do content translation via gettext catalogs. # This is also used if you do content translation via gettext catalogs.
# Usually you set "language" from the command line for these cases. # Usually you set "language" from the command line for these cases.
language = None # language = None
# There are two options for replacing |today|: either, you set today to some # There are two options for replacing |today|: either, you set today to some
# non-false value, then it is used: # non-false value, then it is used: