Skip to content

Commit fa8aacd

Browse files
committed
[spec] Fix language config
1 parent 4bb213a commit fa8aacd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

document/core/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
#
8989
# This is also used if you do content translation via gettext catalogs.
9090
# Usually you set "language" from the command line for these cases.
91-
language = None
91+
language = 'en'
9292

9393
# There are two options for replacing |today|: either, you set today to some
9494
# non-false value, then it is used:

0 commit comments

Comments
 (0)