From 6b268a1b3664784ed2267482d8c1d021a597d2b2 Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Mon, 26 Sep 2022 12:26:04 -0700 Subject: [PATCH] language = "en" to fix Sphinx warning --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 1339477..62d5ab1 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -93,7 +93,7 @@ else: # # 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.