From 8a8e8fab4ebaf421c4de6a8a9b60d9a5c5e3f7ff Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Thu, 7 Sep 2023 19:20:22 +0900 Subject: [PATCH] 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 --- 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 8c881e4c..4cb60015 100644 --- a/releasenotes/source/conf.py +++ b/releasenotes/source/conf.py @@ -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: