Skip to content

Commit dece339

Browse files
committed
Explicitly set a language
All documentation is in English, and Sphinx 5 complains loudly if this isn't set.
1 parent 80174ca commit dece339

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGES/739.misc.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Changed the Sphinx ``language`` parameter to ``"en"`` to allow for Sphinx 5.0.

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@
107107
#
108108
# This is also used if you do content translation via gettext catalogs.
109109
# Usually you set "language" from the command line for these cases.
110-
language = None
110+
language = "en"
111111

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

0 commit comments

Comments
 (0)