From b078e471956b6e33af12c08e1ce093e3314070dd Mon Sep 17 00:00:00 2001 From: Andrei Gherzan <andrei@gherzan.com> Date: Fri, 15 Oct 2021 20:08:54 +0100 Subject: [PATCH] conf.py: Fix language value Signed-off-by: Andrei Gherzan <andrei@gherzan.com> --- conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf.py b/conf.py index b38ac5b..88f0767 100644 --- a/conf.py +++ b/conf.py @@ -43,7 +43,7 @@ templates_path = ['_templates'] # # This is also used if you do content translation via gettext catalogs. # Usually you set "language" from the command line for these cases. -language = 'y' +language = 'en' # List of patterns, relative to source directory, that match files and # directories to ignore when looking for source files. -- GitLab