From 2c622387838e24ff3eea3603355f6c92c2456b97 Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Thu, 9 Feb 2023 23:01:03 -0500 Subject: [PATCH] doc/source/conf.py: specify a language to make sphinx happy. --- doc/source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/conf.py b/doc/source/conf.py index e69f5ee..6b1bfde 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -50,7 +50,7 @@ release = '0.1.1' # # 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.43.2