mirror of
https://github.com/corda/corda.git
synced 2025-06-11 20:01:46 +00:00
@ -69,6 +69,12 @@ html_context = {'version': 'V3.1'}
|
|||||||
# Properties.
|
# Properties.
|
||||||
kotlin_version = '1.2.51'
|
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
|
# The language for content autogenerated by Sphinx. Refer to documentation
|
||||||
# for a list of supported languages.
|
# for a list of supported languages.
|
||||||
#
|
#
|
||||||
|
Reference in New Issue
Block a user