From 4308069eebef760e32fd58de07748f467a481909 Mon Sep 17 00:00:00 2001 From: Jay Faulkner Date: Fri, 26 Jan 2024 15:10:27 -0800 Subject: [PATCH] [CI] Fix releasenotes build by setting language Without setting language, sphinx throws a warning. We count warnings as errors. This is causing CI jobs to fail in virtualbmc. Change-Id: Ifab813e7bdeca1727720b4eb8ae62f5d8b8a4a68 --- 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 b681cc9..cdcdfbd 100644 --- a/releasenotes/source/conf.py +++ b/releasenotes/source/conf.py @@ -86,7 +86,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 = "en" # List of patterns, relative to source directory, that match files and # directories to ignore when looking for source files.