From b1ff18fdcb5908f12683c4ec874c377e02a52ad1 Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Thu, 7 Sep 2023 19:14:34 +0900 Subject: [PATCH] Fix release note generation This fixes the following error in the release note job. 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: I9952c587b238a286a73e410585f5e1a6e548c7d7 --- releasenotes/source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/releasenotes/source/conf.py b/releasenotes/source/conf.py index ae00ab81..175ad70d 100644 --- a/releasenotes/source/conf.py +++ b/releasenotes/source/conf.py @@ -83,7 +83,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 # List of patterns, relative to source directory, that match files and # directories to ignore when looking for source files.