Make tracetools_test's conf.py file a standalone config
Signed-off-by: Christophe Bedard <bedard.christophe@gmail.com>
This commit is contained in:
parent
108203d1fd
commit
1ba6de1fa4
1 changed files with 2 additions and 2 deletions
|
@ -45,9 +45,9 @@ copyright = '2019, Robert Bosch GmbH' # noqa
|
||||||
author = 'Robert Bosch GmbH'
|
author = 'Robert Bosch GmbH'
|
||||||
|
|
||||||
# The short X.Y version
|
# The short X.Y version
|
||||||
version = os.environ.get('SPHINX_VERSION_SHORT', '')
|
version = ''
|
||||||
# The full version, including alpha/beta/rc tags
|
# The full version, including alpha/beta/rc tags
|
||||||
release = os.environ.get('SPHINX_VERSION_FULL', '')
|
release = '1.0.1'
|
||||||
|
|
||||||
|
|
||||||
# -- General configuration ---------------------------------------------------
|
# -- General configuration ---------------------------------------------------
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue