From f4781cd4a5b5fc1c67a453cd440e95eabc6f620b Mon Sep 17 00:00:00 2001 From: Katelyn Baker Date: Thu, 6 Sep 2018 11:03:45 +0100 Subject: [PATCH] CORDA-1803 - Fix variable replacement (#3585) (#3866) --- docs/source/conf.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/source/conf.py b/docs/source/conf.py index 4223ddc379..01f975ea71 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -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. #