CORDA-1803 - Fix variable replacement (#3585)

This commit is contained in:
Tommy Lillehagen 2018-07-13 09:40:02 +01:00 committed by Michele Sollecito
parent 98117392db
commit f7a4c19656

View File

@ -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.
#