From be177da962bb798d9015664084d79444c5b726e1 Mon Sep 17 00:00:00 2001 From: Melissa LeBlanc-Williams Date: Tue, 31 May 2022 11:46:48 -0700 Subject: [PATCH] Fix language setting in docs --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 84be265..0b0b04f 100755 --- a/docs/conf.py +++ b/docs/conf.py @@ -64,7 +64,7 @@ release = "1.0.0" # # 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. -- 2.49.0