From 1ba6de1fa4f8fd288476176313bf5cf6bef16982 Mon Sep 17 00:00:00 2001 From: Christophe Bedard Date: Sat, 27 Jun 2020 10:23:23 -0400 Subject: [PATCH] Make tracetools_test's conf.py file a standalone config Signed-off-by: Christophe Bedard --- tracetools_test/docs/source/conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tracetools_test/docs/source/conf.py b/tracetools_test/docs/source/conf.py index e99e1ee..da1e840 100644 --- a/tracetools_test/docs/source/conf.py +++ b/tracetools_test/docs/source/conf.py @@ -45,9 +45,9 @@ copyright = '2019, Robert Bosch GmbH' # noqa author = 'Robert Bosch GmbH' # 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 ---------------------------------------------------