From: Jason Ish Date: Fri, 7 Jul 2023 18:34:48 +0000 (-0600) Subject: doc/devguide: language fix for sphinx X-Git-Tag: suricata-6.0.14~67 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e6774b12036dd39451521c522770df6261544050;p=thirdparty%2Fsuricata.git doc/devguide: language fix for sphinx Newer Sphinx does not allow a language of none, set to "en" like we do for the user guide. --- diff --git a/doc/devguide/conf.py b/doc/devguide/conf.py index 8b727a8aa3..39ba4e6630 100644 --- a/doc/devguide/conf.py +++ b/doc/devguide/conf.py @@ -74,7 +74,7 @@ release = version # # 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' # There are two options for replacing |today|: either, you set today to some # non-false value, then it is used: