Merge branch 'standalone-documentation-config' into 'master'
Make tracetools_analysis's conf.py file a standalone config See merge request micro-ROS/ros_tracing/tracetools_analysis!81
This commit is contained in:
commit
233c977019
1 changed files with 2 additions and 2 deletions
|
@ -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 ---------------------------------------------------
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue