Skip to content

Commit 685239f

Browse files
committed
doc: fix default language in sphinx config
1 parent ce78d5d commit 685239f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ def get_version_release_from_git():
9797
#
9898
# This is also used if you do content translation via gettext catalogs.
9999
# Usually you set "language" from the command line for these cases.
100-
language = None
100+
language = 'en'
101101

102102
# List of patterns, relative to source directory, that match files and
103103
# directories to ignore when looking for source files.

0 commit comments

Comments
 (0)