[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
This commit is contained in:
Jay Faulkner 2024-01-26 15:10:27 -08:00
parent e6fa558879
commit 4308069eeb

View File

@ -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.