From 99001ec2a6e1988db1eabe5b42f3d48ca557a542 Mon Sep 17 00:00:00 2001 From: Donald Sharp Date: Thu, 27 Oct 2022 15:59:57 -0400 Subject: [PATCH] doc: Remove `language = none` as that sphinx no longer needs this line Signed-off-by: Donald Sharp --- doc/developer/conf.py | 8 -------- doc/manpages/conf.py | 8 -------- doc/user/conf.py | 8 -------- 3 files changed, 24 deletions(-) diff --git a/doc/developer/conf.py b/doc/developer/conf.py index 79f8233978..495c604ae0 100644 --- a/doc/developer/conf.py +++ b/doc/developer/conf.py @@ -118,14 +118,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 = '' 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 = '' diff --git a/doc/user/conf.py b/doc/user/conf.py index 6db58b07c3..728f9c9364 100644 --- a/doc/user/conf.py +++ b/doc/user/conf.py @@ -117,14 +117,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 = ''