Skip to content

Commit b37f2d1

Browse files
authored
Merge pull request #6347 from hugovk/fix-sphinx-warning
Fix Sphinx 5 warning by setting docs language
2 parents 6a56924 + 3b2f076 commit b37f2d1

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
@@ -68,7 +68,7 @@
6868
#
6969
# This is also used if you do content translation via gettext catalogs.
7070
# Usually you set "language" from the command line for these cases.
71-
language = None
71+
language = "en"
7272

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

0 commit comments

Comments
 (0)