aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorLuc Van Oostenryck <luc.vanoostenryck@gmail.com>2024-01-04 23:08:36 +0100
committerLuc Van Oostenryck <luc.vanoostenryck@gmail.com>2024-01-07 13:27:27 +0100
commit550130d252e71c5b5552f81b69734f6f10ae6448 (patch)
tree523c2e84a984140cc8300f1feebb5662d2789497
parent3f9b43dcf4975dfc4464d1f0c6053f493018d5bd (diff)
downloadsparse-550130d252e71c5b5552f81b69734f6f10ae6448.tar.gz
doc: set 'en' as language in Sphinx's config file
Newer versions of Sphinx don't support 'None' for 'language'. So, set 'en' as language'. Signed-off-by: Luc Van Oostenryck <luc.vanoostenryck@gmail.com>
-rw-r--r--Documentation/conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/conf.py b/Documentation/conf.py
index b696f671..e3215b28 100644
--- a/Documentation/conf.py
+++ b/Documentation/conf.py
@@ -78,7 +78,7 @@ highlight_language = 'none'
#
# 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.