Fix: Set default language to 'en' 05/70405/1
authorAnil Belur <abelur@linuxfoundation.org>
Fri, 22 Jul 2022 22:02:54 +0000 (08:02 +1000)
committerAnil Belur <abelur@linuxfoundation.org>
Fri, 22 Jul 2022 22:09:06 +0000 (08:09 +1000)
Fixes the following Sphinx warning (treated as error) starting
with 5.0 release:

Warning, treated as error: Invalid configuration value found:
'language = None'. Update your configuration to a valid langauge
code. Falling back to 'en' (English).

Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
Change-Id: I5d303131925c79757370864cc179cbe8154a2f4d

docs/conf.py

index f3709ea..f5a7479 100644 (file)
@@ -97,7 +97,7 @@ release = 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: