From 75efe980bc36e507564aad5d4b0cd8450ea21f44 Mon Sep 17 00:00:00 2001 From: Stephen Finucane Date: Mon, 30 May 2022 10:11:49 +0100 Subject: [PATCH] docs: Remove 'language' configuration 'None' is no longer a valid value for 'language' in Sphinx 5.0. Signed-off-by: Stephen Finucane --- docs/conf.py | 7 ------- 1 file changed, 7 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 81109a9..c12811b 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -45,13 +45,6 @@ # The full version, including alpha/beta/rc tags. release = '' -# The language for content autogenerated by Sphinx. Refer to documentation -# for a list of supported languages. -# -# 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 - # List of patterns, relative to source directory, that match files and # directories to ignore when looking for source files. # This patterns also effect to html_static_path and html_extra_path