Fix language setting in docs
This commit is contained in:
parent
b77c4a902f
commit
be177da962
1 changed files with 1 additions and 1 deletions
|
|
@ -64,7 +64,7 @@ release = "1.0.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