doc/conf.py: set language = 'en' to suppress warning: Invalid configuration value found
This commit is contained in:
parent
32bddfabea
commit
6f283b52ab
|
@ -50,7 +50,7 @@ with open('../meson.build') as f:
|
||||||
#
|
#
|
||||||
# This is also used if you do content translation via gettext catalogs.
|
# This is also used if you do content translation via gettext catalogs.
|
||||||
# Usually you set "language" from the command line for these cases.
|
# 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
|
# There are two options for replacing |today|: either, you set today to some
|
||||||
# non-false value, then it is used:
|
# non-false value, then it is used:
|
||||||
|
|
Loading…
Reference in New Issue