Skip to content

Commit b4112b5

Browse files
committed
Update Sphinx config language option.
Fixes a warning from ReadTheDocs.
1 parent a737db0 commit b4112b5

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
@@ -85,7 +85,7 @@
8585
#
8686
# This is also used if you do content translation via gettext catalogs.
8787
# Usually you set "language" from the command line for these cases.
88-
language = None
88+
language = "en"
8989

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

0 commit comments

Comments
 (0)