doc: Fix Zuul/tox failures

This commit resolves the Zuul/tox failures encountered when running
sphinx to generate documentation, which in turn prevents merging
changes that are otherwise fine:

The issue is related to a Sphinx update that requires the language
parameter to be specified:
      https://github.com/sphinx-doc/sphinx/issues/10062
      https://github.com/sphinx-doc/sphinx/issues/10474

Partial-Bug: 1976377
Partial-Bug: 2033431
Signed-off-by: Scott Little <scott.little@windriver.com>
Change-Id: Ifa3d4638955ddd2ff9f2acd9225657c16958a03a
This commit is contained in:
Scott Little 2023-09-14 10:46:44 -04:00
parent 6843a76513
commit 12494275f6
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ master_doc = 'index'
#
# 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.