From 918bc212ee2e5ab7fe60118d2f25f47c959a5ad1 Mon Sep 17 00:00:00 2001
From: Patrick Ziegler
Date: Mon, 19 Sep 2022 22:49:03 +0200
Subject: [PATCH] doc: Remove sphinx language setting (#2822)
Sphinx now emits a warning if `language` is set to `None`
---
doc/conf.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/conf.py b/doc/conf.py
index 628fc172..70c2cf2e 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -96,7 +96,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 = None
# List of patterns, relative to source directory, that match files and
# directories to ignore when looking for source files.