mirror of
https://github.com/corda/corda.git
synced 2025-06-15 13:48:14 +00:00
Fix variable replacement in docs (#1267)
This commit is contained in:
committed by
Michele Sollecito
parent
7aa27ec39a
commit
5f8954c789
@ -69,6 +69,12 @@ html_context = {'version': 'Master'}
|
|||||||
# Properties.
|
# Properties.
|
||||||
kotlin_version = '1.2.51'
|
kotlin_version = '1.2.51'
|
||||||
|
|
||||||
|
rst_epilog = """
|
||||||
|
.. |kotlin_version| replace:: {kotlin_version}
|
||||||
|
""".format(
|
||||||
|
kotlin_version = kotlin_version,
|
||||||
|
)
|
||||||
|
|
||||||
# The language for content autogenerated by Sphinx. Refer to documentation
|
# The language for content autogenerated by Sphinx. Refer to documentation
|
||||||
# for a list of supported languages.
|
# for a list of supported languages.
|
||||||
#
|
#
|
||||||
|
Reference in New Issue
Block a user