Fix releasenotes build

When building releasenotes (with 'tox -e releasenotes') the job fails
with the following error:

WARNING: Invalid configuration value found: 'language = None'. Update
your configuration to a valid language code. Falling back to 'en'
(English).

This caused publish-openstack-releasenotes-python3 post release job
failure as well. By removing the explicit set of language of None makes
the sphinx warning disappear.

Change-Id: I2482824f78901e14781bde49674bde4a9fd431ec
This commit is contained in:
Elod Illes 2023-11-13 16:52:53 +01:00
parent 4bf4d02cb2
commit 04e621b5bd
2 changed files with 2 additions and 2 deletions

View File

@ -82,7 +82,7 @@ bug_tag = ''
#
# 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:

View File

@ -82,7 +82,7 @@ bug_tag = ''
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
language = None
# language = None
# There are two options for replacing |today|: either, you set today to some
# non-false value, then it is used: