From 64b057e46637eda5631e84d4865727412f1dba1b Mon Sep 17 00:00:00 2001 From: Ed Date: Mon, 30 Sep 2024 07:36:17 -0600 Subject: [PATCH] fix incorrect language setting in sphinx documentation build --- doc/UsersGuide/source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/UsersGuide/source/conf.py b/doc/UsersGuide/source/conf.py index 13131a2f6..c7f5caf1d 100644 --- a/doc/UsersGuide/source/conf.py +++ b/doc/UsersGuide/source/conf.py @@ -73,7 +73,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' # List of patterns, relative to source directory, that match files and # directories to ignore when looking for source files.