mirror of
https://github.com/corda/corda.git
synced 2025-04-15 15:07:03 +00:00
Fix variable replacement in docs (#1267)
This commit is contained in:
parent
7aa27ec39a
commit
5f8954c789
@ -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.
|
||||
#
|
||||
|
Loading…
x
Reference in New Issue
Block a user