From e9ff3f6319ec8d1762f6db23843012163bf739d3 Mon Sep 17 00:00:00 2001 From: "aiyion.prime" Date: Tue, 31 May 2022 12:17:48 +0200 Subject: [PATCH] docs: use default language 'en' Since sphinx-5.0.0 "None" is not recommended anymore. --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index f37058cc..549781f5 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -58,7 +58,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' # List of patterns, relative to source directory, that match files and # directories to ignore when looking for source files.