diff options
Diffstat (limited to 'doc/manpages/conf.py')
| -rw-r--r-- | doc/manpages/conf.py | 8 |
1 files changed, 0 insertions, 8 deletions
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 = '' |
