From 9c91c939f6ff3ec5f237fa529af37c2119238d26 Mon Sep 17 00:00:00 2001 From: Abdessattar Sassi <457645+abdes@users.noreply.github.com> Date: Wed, 21 Sep 2022 12:23:17 +0400 Subject: [PATCH] chore: explicitly set the language to 'en' to avoid sphinx complaining --- doc/conf.py.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/conf.py.in b/doc/conf.py.in index 684097bb..587d3b11 100644 --- a/doc/conf.py.in +++ b/doc/conf.py.in @@ -84,7 +84,7 @@ master_doc = 'index' # # 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' # The name of the Pygments (syntax highlighting) style to use. pygments_style = 'sphinx'