From 99001ec2a6e1988db1eabe5b42f3d48ca557a542 Mon Sep 17 00:00:00 2001 From: Donald Sharp Date: Thu, 27 Oct 2022 15:59:57 -0400 Subject: doc: Remove `language = none` as that sphinx no longer needs this line Signed-off-by: Donald Sharp --- doc/manpages/conf.py | 8 -------- 1 file changed, 8 deletions(-) (limited to 'doc/manpages/conf.py') diff --git a/doc/manpages/conf.py b/doc/manpages/conf.py index 186f7932b2..73dea094ae 100644 --- a/doc/manpages/conf.py +++ b/doc/manpages/conf.py @@ -114,14 +114,6 @@ version = release.split("-")[0] for key, value in replace_vars.items(): rst_prolog += ".. |{0}| replace:: {1}\n".format(key, value) - -# 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 - # There are two options for replacing |today|: either, you set today to some # non-false value, then it is used: # today = '' -- cgit v1.2.3