Skip to content

Commit

Permalink
Set language to English
Browse files Browse the repository at this point in the history
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).
  • Loading branch information
bwarden committed Jan 16, 2024
1 parent 6815543 commit 66972a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 66972a4

Please sign in to comment.