From 4f4c0d2e3261b2438f1f6a9312ef1bd27a208b7d Mon Sep 17 00:00:00 2001 From: Tom Cobb Date: Mon, 6 Jun 2022 16:58:54 +0100 Subject: [PATCH] Fix language for sphinx 5.0 As per https://github.com/sphinx-doc/sphinx/issues/10474 --- 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 5a40334af..ec2e9b3c1 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -93,7 +93,7 @@ # # 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: