From 352b13b21d928057ee0ec992f0d9a194b8454119 Mon Sep 17 00:00:00 2001 From: Pierre Riteau Date: Mon, 6 Jun 2022 20:11:32 +0200 Subject: [PATCH] Update configuration for compatibility with Sphinx 5 Change-Id: I8a3ee4d774451d8211d0d7f2a5db7a42d51b288d --- api-ref/source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api-ref/source/conf.py b/api-ref/source/conf.py index f4a69d16..daa937fc 100644 --- a/api-ref/source/conf.py +++ b/api-ref/source/conf.py @@ -65,7 +65,7 @@ author = 'OpenStack Foundation' # # 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 = None # List of patterns, relative to source directory, that match files and # directories to ignore when looking for source files.