From bd6d8624aba479ed60a3d36c48f9ec7146762d23 Mon Sep 17 00:00:00 2001 From: steve-chavez Date: Mon, 27 Nov 2023 23:58:45 -0500 Subject: [PATCH] fix: sphinx breaking change see https://github.com/sphinx-doc/sphinx/issues/10474 --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index f561c28d6..930e3eb23 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -66,7 +66,7 @@ release = u'11.2.0' # # This is also used if you do content translation via gettext catalogs. # Usually you set "language" from the command line for these cases. -language = None +language = 'en' # There are two options for replacing |today|: either, you set today to some # non-false value, then it is used: