From dc240878576ee783ea701719acd09503a0d44ce3 Mon Sep 17 00:00:00 2001 From: Pierre Riteau Date: Mon, 6 Jun 2022 20:09:51 +0200 Subject: [PATCH] Update configuration for compatibility with Sphinx 5 Change-Id: Iffcc27894844c0f281d1fcafc25fed583542e634 --- releasenotes/source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/releasenotes/source/conf.py b/releasenotes/source/conf.py index f7bb326..00f9e8f 100644 --- a/releasenotes/source/conf.py +++ b/releasenotes/source/conf.py @@ -77,7 +77,7 @@ master_doc = 'index' # # 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.