mirror of
https://github.com/corda/corda.git
synced 2024-12-21 05:53:23 +00:00
CORDA-1803 - Fix variable replacement (#3585)
This commit is contained in:
parent
98117392db
commit
f7a4c19656
@ -66,6 +66,12 @@ html_context = {'version': 'Master'}
|
||||
# Properties.
|
||||
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
|
||||
# for a list of supported languages.
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user