From 66972a46a8505ac8a342c589fa9685099d66253f Mon Sep 17 00:00:00 2001 From: "Brett T. Warden" Date: Tue, 16 Jan 2024 11:55:27 -0800 Subject: [PATCH] Set language to English Explicitly set language to 'en' to quell Sphinx warning: WARNING: Invalid configuration value found: 'language = None'. Update your configuration to a valid language code. Falling back to 'en' (English). --- source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/conf.py b/source/conf.py index b4527241d..33fd5868e 100644 --- a/source/conf.py +++ b/source/conf.py @@ -86,7 +86,7 @@ class copyAllConsole (BashSessionLexer): # # 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: