From ddc70dc6bc04ce06c4c02c325b8b4bb2bcf6e257 Mon Sep 17 00:00:00 2001 From: Mats Wichmann Date: Sat, 30 Jul 2022 09:00:12 -0600 Subject: Fix Sphinx config file error [skip appveyor] Sphinx is now complaining about not defining a language being illegal. Defined to 'en'. Signed-off-by: Mats Wichmann --- doc/sphinx/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/sphinx/conf.py b/doc/sphinx/conf.py index 9db9095..e1c72a6 100644 --- a/doc/sphinx/conf.py +++ b/doc/sphinx/conf.py @@ -92,7 +92,7 @@ version = '.'.join([major, minor]) # # 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. -- cgit v0.12