Make tracetools_test's conf.py file a standalone config

Signed-off-by: Christophe Bedard <bedard.christophe@gmail.com>
This commit is contained in:
Christophe Bedard 2020-06-27 10:23:23 -04:00
parent 108203d1fd
commit 1ba6de1fa4

View file

@ -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 ---------------------------------------------------