From d5c9ac6dd588f8bf05e8b360fb760e1b90d0ea23 Mon Sep 17 00:00:00 2001 From: Brandon Paul <86113916+bpaul4@users.noreply.github.com> Date: Tue, 7 Jun 2022 13:14:52 -0700 Subject: [PATCH] Sphinx Documentation Build Issue (#1035) * switch lang flag to 'en' * Run Black --- 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 1ada41448..762fe54c5 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -84,7 +84,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: