Skip to content

Commit 4ca5246

Browse files
authored
Specify language as 'en' instead of None (#329)
Needed for Sphinx 5 compatibility. Should fix warning on CI.
1 parent 434c7b1 commit 4ca5246

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
@@ -88,7 +88,7 @@ def __getattr__(cls, name):
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)