summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.gitmodules5
-rw-r--r--docs/conf.py4
2 files changed, 7 insertions, 2 deletions
diff --git a/.gitmodules b/.gitmodules
index d26fcafbd..5ea3cb147 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -263,3 +263,8 @@
url = ../modeling/toscaparsers
branch = .
ignore = dirty
+[submodule "docs/submodules/vvp/documentation.git"]
+ path = docs/submodules/vvp/documentation.git
+ url = ../vvp/documentation
+ branch = .
+ ignore = dirty
diff --git a/docs/conf.py b/docs/conf.py
index f8bc45863..d6c6b0384 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -73,9 +73,9 @@ author = u'Open Network Automation Platform'
# |version| and |release|, also used in various other places throughout the
# built documents.
# The short X.Y version.
-version = '1.0.0'
+version = 'master branch'
# The full version, including alpha/beta/rc tags.
-release = 'Amsterdam'
+release = 'master branch'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.