CORDA-1803 - Fix variable replacement (#3585) (#3866)

This commit is contained in:
Katelyn Baker
2018-09-06 11:03:45 +01:00
committed by GitHub
parent 0417270bc1
commit f4781cd4a5

View File

@ -69,6 +69,12 @@ html_context = {'version': 'V3.1'}
# 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.
#