From a5d32c8a492a4bd3997422e8ad62bfc039bfd5fc Mon Sep 17 00:00:00 2001 From: Renne Rocha Date: Mon, 6 Jun 2022 13:41:10 -0300 Subject: [PATCH] Fix Sphinx 5 warning by setting docs language Introduced in Sphinx 5.x: https://github.com/sphinx-doc/sphinx/issues/10062 We need to define a language in our conf.py --- 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 16ff4300..cbac517a 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -64,7 +64,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: