From f37c3f03f909dca504c991b4d0bf552edef99ca7 Mon Sep 17 00:00:00 2001 From: James Lamb Date: Wed, 22 Jun 2022 10:37:10 -0500 Subject: [PATCH] [docs] set language = 'en' in Sphinx config --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 9d0b97b0bf4..c97bf7c7fd6 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -150,7 +150,7 @@ def run(self) -> List: # # 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' # List of patterns, relative to source directory, that match files and # directories to ignore when looking for source files.