From c1591a734487805e613c2b745864c5926262a6c1 Mon Sep 17 00:00:00 2001 From: "wu.chunyang" Date: Tue, 24 Oct 2023 16:47:17 +0800 Subject: [PATCH] [CI] fix build-openstack-releasenotes job The origin error message: Invalid configuration value found: 'language = None'. Change-Id: Id35b91570515515f39bf54b378cf75f2b20ff8cc --- 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 b188ce8..2a83f4f 100644 --- a/releasenotes/source/conf.py +++ b/releasenotes/source/conf.py @@ -69,7 +69,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: