From bd32299149ef12927ab40166e053d861242e79af Mon Sep 17 00:00:00 2001 From: Jessica Castelino Date: Thu, 31 Aug 2023 16:34:30 +0000 Subject: [PATCH] Fix: openstack-tox-docs job is broken with Sphinx >= 5.0.0 This commit aims to fix the broken zuul job for this repo. Change-Id: Ic3a4703506ff53d12acf20ef7589809363ec465d Signed-off-by: Jessica Castelino Closes-Bug: 2033671 --- doc/source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/conf.py b/doc/source/conf.py index e3d08dca..edb154c1 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -62,7 +62,7 @@ openstackdocs_auto_name = False # # 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.