From a745aebb77c7b3911ed5053202edec860ac6c4b8 Mon Sep 17 00:00:00 2001 From: Davlet Panech Date: Mon, 30 Oct 2023 09:06:08 -0400 Subject: [PATCH] sphinx: fix configuration Set sphinx language to 'en', as newer versions of sphinx no longer accept 'None' Change-Id: I4f8431870e668716b9d1e0a18472cd14868f68f8 Signed-off-by: Davlet Panech --- 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 5875c6e..3cffd3b 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -63,7 +63,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.