From 3b2f076b6f7ec4dce16caf5de72db8eb43835d05 Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade Date: Sat, 4 Jun 2022 09:38:06 +0300 Subject: [PATCH] Fix WARNING: Invalid configuration value found: 'language = None'. Update your configuration to a valid langauge code. Falling back to 'en' (English). --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 2ed236b18..bc67d9368 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -68,7 +68,7 @@ release = PIL.__version__ # # 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: