doc/conf.py: set language = 'en' to suppress warning: Invalid configuration value found

This commit is contained in:
gd 2022-10-25 20:00:24 +03:00 committed by Max Kellermann
parent 32bddfabea
commit 6f283b52ab
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ with open('../meson.build') as f:
#
# 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: