From ab0581157087460e3caa08fd0207087143893fcf Mon Sep 17 00:00:00 2001 From: Hugo Brito Date: Tue, 29 Aug 2023 11:45:59 -0300 Subject: [PATCH] Fix distributedcloud openstack-tox-docs This change the default docs language conf to 'en' instead of None. Closes-Bug: 2033410 Change-Id: I24a47c6e817f977fbb49c81a14da4300223e397f Signed-off-by: Hugo Brito --- 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 f866d7e17..f54033087 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -60,7 +60,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.