From ad2d1f242eaa9b7026e7d1f499d17c5f37cc9b81 Mon Sep 17 00:00:00 2001 From: Katelyn Baker Date: Tue, 6 Mar 2018 17:11:28 +0000 Subject: [PATCH] CORDA-966 - RELEASE - Update conf.py for V3 --- docs/source/conf.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index ebf92265fb..47d5dff4f3 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -54,11 +54,11 @@ author = u'R3 DLG' # built documents. # # The short X.Y version. -version = 'Master' +version = '3.0' # The full version, including alpha/beta/rc tags. -release = 'Master' +release = '3.0' # The version for use in the dropdown html. -html_context = {'version': 'Master'} +html_context = {'version': '3.0'} # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.