From 839afa577ca7801d6f147ba67d5680d5bfc4a1c3 Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Tue, 28 Aug 2018 20:55:26 +0200 Subject: [PATCH] docs: define version number only once in config file --- docs/conf.py | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index a2237233..c7450900 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -52,11 +52,7 @@ copyright = '2015-2018, Project Gluon' # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the # built documents. -# -# The short X.Y version. -version = '2018.1+' -# The full version, including alpha/beta/rc tags. -release = '2018.1+' +version = release = '2018.1+' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.