From 6f283b52ab22fd4dd693acc3f18e2953528b0a2b Mon Sep 17 00:00:00 2001 From: gd Date: Tue, 25 Oct 2022 20:00:24 +0300 Subject: [PATCH] doc/conf.py: set language = 'en' to suppress warning: Invalid configuration value found --- doc/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/conf.py b/doc/conf.py index 248505869..9a438b3ee 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -50,7 +50,7 @@ with open('../meson.build') as f: # # 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" # There are two options for replacing |today|: either, you set today to some # non-false value, then it is used: