1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
|
Description: Allow building with Sphinx 5
Author: Florian Ernst <florian@debian.org>
Origin: vendor
Bug-Debian: https://bugs.debian.org/1013401
Last-Update: 2022-06-23
Forwarded: https://github.com/rsyslog/liblognorm/issues/361#issue-1282796186
Index: liblognorm/doc/conf.py
===================================================================
--- liblognorm.orig/doc/conf.py
+++ liblognorm/doc/conf.py
@@ -56,7 +56,7 @@ release = '1.1.2'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
-language = None
+language = 'en'
# There are two options for replacing |today|: either, you set today to some
# non-false value, then it is used:
|