From 44ccbf839d302ba8440c1cd4d559af96dd61591f Mon Sep 17 00:00:00 2001 From: Lars Immisch Date: Fri, 16 Feb 2024 15:59:18 +0100 Subject: [PATCH] Fix sphinx warning --- doc/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/conf.py b/doc/conf.py index f1fb549..7212540 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -67,7 +67,7 @@ release = version # # 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.