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).
This commit is contained in:
Brett T. Warden
2024-01-16 11:55:27 -08:00
parent 6815543aa1
commit 66972a46a8
+1 -1
View File
@@ -86,7 +86,7 @@ author = u'many'
#
# 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: