mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-04-28 13:20:12 +00:00
doc: Remove language = none
as that sphinx no longer needs this line
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
This commit is contained in:
parent
5a2a5f19ad
commit
99001ec2a6
@ -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 = ''
|
||||
|
@ -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 = ''
|
||||
|
@ -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 = ''
|
||||
|
Loading…
Reference in New Issue
Block a user