From 6db272c67e437cc05eaa01323caf18d0723bac3f Mon Sep 17 00:00:00 2001 From: Sankalp Date: Wed, 15 Jun 2022 00:15:47 +0800 Subject: [PATCH] [docs] Configured language='en' in sphinx configuration --- 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 20b562950..b89943b13 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -70,7 +70,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: