Skip to content
This repository was archived by the owner on Aug 7, 2025. It is now read-only.

Commit 66972a4

Browse files
committed
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).
1 parent 6815543 commit 66972a4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ class copyAllConsole (BashSessionLexer):
8686
#
8787
# This is also used if you do content translation via gettext catalogs.
8888
# Usually you set "language" from the command line for these cases.
89-
language = None
89+
language = 'en'
9090

9191
# There are two options for replacing |today|: either, you set today to some
9292
# non-false value, then it is used:

0 commit comments

Comments
 (0)