From d38fec71f2e160e34f6d73dae8030d4a81570541 Mon Sep 17 00:00:00 2001 From: Adina Wagner Date: Mon, 30 May 2022 11:23:50 +0200 Subject: [PATCH] DOC: Set language in Sphinx config to en Starting with Sphinx version 5.0, the configuration for the doc's language should not be None anymore and causes docbuild failures otherwise (see #6715). This change sets the language specification to English (en). Fixes #6715 --- docs/source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index fab021830a..41014f4c83 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -120,7 +120,7 @@ def setup(sphinx): # # 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: