diff --git a/docs/source/conf.py b/docs/source/conf.py index 608840b29b..b34fa914f9 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 = '3.0' +version = 'Master' # The full version, including alpha/beta/rc tags. -release = 'R3 Corda V3.0 Developer Preview' +release = 'Master' # The version for use in the dropdown html. -html_context = {'version': 'V3.0'} +html_context = {'version': 'Master'} # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.