diff options
-rw-r--r-- | .gitreview | 2 | ||||
-rw-r--r-- | docs/conf.py | 6 |
2 files changed, 4 insertions, 4 deletions
@@ -2,4 +2,4 @@ host=gerrit.onap.org port=29418 project=sdnc/oam.git -defaultbranch=master +defaultbranch=oslo diff --git a/docs/conf.py b/docs/conf.py index 3d005ec3..adccd769 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -1,6 +1,6 @@ project = "onap" -release = "master" -version = "master" +release = "oslo" +version = "oslo" author = "Open Network Automation Platform" # yamllint disable-line rule:line-length @@ -30,7 +30,7 @@ extensions = [ # Change to {releasename} after you have created the new 'doc' branch. # -branch = 'latest' +branch = 'oslo' intersphinx_mapping = {} doc_url = 'https://docs.onap.org/projects' |