diff options
| author | David Lamparter <equinox@opensourcerouting.org> | 2022-10-28 11:56:26 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-10-28 11:56:26 +0200 |
| commit | c39c1d6ab5792baaec8c4f5fe617583c049422dd (patch) | |
| tree | 24dafa75d1142481b872da8c31dbf83ab2b59e98 /doc/manpages/conf.py | |
| parent | d36cd5663802d5cccf5725f61bcd362d4c9ba27f (diff) | |
| parent | 18ca0317ad9da8ee6253ea4d0c2f7c5df4105115 (diff) | |
Merge pull request #12216 from donaldsharp/language_none
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 = '' |
