From eee5c7cedfc16e10ff6f32e7bab1ab1c650e06a4 Mon Sep 17 00:00:00 2001 From: Victor Romano Date: Wed, 30 Aug 2023 13:36:25 -0300 Subject: [PATCH] Fix distributedcloud-client openstack-tox-docs This change the default docs language conf to 'en' instead of None. Closes-Bug: 2033542 Change-Id: I8a6a5656f9e6993609a43a521547e3d84fd09c77 Signed-off-by: Victor Romano --- 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 66d6c20..2c3897c 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -64,7 +64,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.