From 0a51492ea7f803bc625fdcbd7fdda489573ba397 Mon Sep 17 00:00:00 2001 From: Christophe Bedard Date: Sat, 27 Jun 2020 10:50:58 -0400 Subject: [PATCH] Make tracetools_analysis's conf.py file a standalone config Signed-off-by: Christophe Bedard --- tracetools_analysis/docs/source/conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tracetools_analysis/docs/source/conf.py b/tracetools_analysis/docs/source/conf.py index dcfbdb1..b689c46 100644 --- a/tracetools_analysis/docs/source/conf.py +++ b/tracetools_analysis/docs/source/conf.py @@ -39,9 +39,9 @@ copyright = '2019-2020, Robert Bosch GmbH & Christophe Bedard' # noqa author = 'Robert Bosch GmbH, Christophe Bedard' # The short X.Y version -version = os.environ.get('SPHINX_VERSION_SHORT', '') +version = '' # The full version, including alpha/beta/rc tags -release = os.environ.get('SPHINX_VERSION_FULL', '') +release = '1.0.1' # -- General configuration ---------------------------------------------------