From f0365de998b1427280e40392a8d0b640f95108c6 Mon Sep 17 00:00:00 2001 From: Joel Dudley Date: Tue, 25 Jul 2017 18:05:54 +0100 Subject: [PATCH] Update conf.py --- docs/source/conf.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 16e13b9d7d..0ad4fc8035 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -54,9 +54,11 @@ author = u'R3 DLG' # built documents. # # The short X.Y version. -version = 'latest' +version = 'M9.2' # The full version, including alpha/beta/rc tags. -release = 'latest' +release = 'M9.2' +# The version for use in the dropdown html. +html_context = {'version': 'M9.2'} # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.