Add .gitmodule entry for vvp 81/24981/1
authorRich Bennett <rb2745@att.com>
Fri, 24 Nov 2017 13:42:31 +0000 (08:42 -0500)
committerRich Bennett <rb2745@att.com>
Fri, 24 Nov 2017 13:45:26 +0000 (08:45 -0500)
Update sphinx conf.py to show master branch

Change-Id: Ib62ff4699b179c6acaf3fe2ffb11372d9b56bc85
Issue-ID: DOC-58
Signed-off-by: Rich Bennett <rb2745@att.com>
.gitmodules
docs/conf.py

index d26fcaf..5ea3cb1 100644 (file)
        url = ../modeling/toscaparsers
        branch = .
        ignore = dirty
+[submodule "docs/submodules/vvp/documentation.git"]
+       path = docs/submodules/vvp/documentation.git
+       url = ../vvp/documentation
+       branch = .
+       ignore = dirty
index f8bc458..d6c6b03 100644 (file)
@@ -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.