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:
parent
93ca4f46d2
commit
8a8e8fab4e
@ -77,7 +77,7 @@ release = ''
|
||||
#
|
||||
# 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 = None
|
||||
|
||||
# There are two options for replacing |today|: either, you set today to some
|
||||
# non-false value, then it is used:
|
||||
|
Loading…
Reference in New Issue
Block a user