summaryrefslogtreecommitdiffstats
path: root/docs/conf.py
diff options
context:
space:
mode:
authorShubhamRathi <shubhamiiitbackup@gmail.com>2017-03-20 00:08:35 +0530
committerAric Gardner <agardner@linuxfoundation.org>2017-03-27 19:39:16 +0000
commite0ec89a74253d01f3fa9b471fcfd6ca247710345 (patch)
treed27c4414aeba79833cb987897a4efc1022e98f9a /docs/conf.py
parent0d17eb7a451a3c8bca262bdfc9b8e0d92d590ddd (diff)
Show master branch as 'Latest'
Documentation built on RTD shows the branch name of the latest (master) branch as Danube. This patch fixes the branch name to 'Latest' Change-Id: I3d52fda5992fbb3e5fb17c9784d7a98396c0ebdc Signed-off-by: ShubhamRathi <shubhamiiitbackup@gmail.com>
Diffstat (limited to 'docs/conf.py')
-rw-r--r--docs/conf.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/conf.py b/docs/conf.py
index 5cf18ddf3..a5e9fd235 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -1,4 +1,5 @@
import sphinx_bootstrap_theme
+import os
# If extensions (or modules to document with autodoc) are in another directory,
# add these directories to sys.path here. If the directory is relative to the
@@ -40,9 +41,9 @@ author = 'Open Platform for NFV'
# built documents.
#
# The short X.Y version.
-version = 'Danube'
+version = 'Latest'
# The full version, including alpha/beta/rc tags.
-release = 'Danube'
+release = 'Latest'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.