Fix variable replacement in docs (#1267)

This commit is contained in:
Tommy Lillehagen 2018-07-12 08:13:21 +01:00 committed by Michele Sollecito
parent 7aa27ec39a
commit 5f8954c789

View File

@ -69,6 +69,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.
#