Fix language setting in docs
This commit is contained in:
parent
9ecbe01f24
commit
4fff76f374
1 changed files with 1 additions and 1 deletions
|
|
@ -55,7 +55,7 @@ release = "1.0"
|
|||
#
|
||||
# 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"
|
||||
|
||||
# List of patterns, relative to source directory, that match files and
|
||||
# directories to ignore when looking for source files.
|
||||
|
|
|
|||
Loading…
Reference in a new issue