Skip to content

Commit 49d60db

Browse files
Sets language on documentation config
1 parent 760da49 commit 49d60db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/conf.py

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

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

0 commit comments

Comments
 (0)