From 554ef94eac97366e6013f1e07ac8a497cffc639d Mon Sep 17 00:00:00 2001 From: songwenping Date: Fri, 19 Aug 2022 10:00:41 +0800 Subject: [PATCH] doc: Comment out language option ... because explicit language=None causes the below warning since Sphinx 5.0.0. Invalid configuration value found: 'language = None'. Update your configuration to a valid language code. Falling back to 'en' (English). Change-Id: I7fb3dd5899b421663ef47e5b9bf48a08dcb9eb59 --- 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 8496a87..0a4478c 100644 --- a/releasenotes/source/conf.py +++ b/releasenotes/source/conf.py @@ -70,7 +70,7 @@ release = "" # # 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.