diff options
-rw-r--r-- | .gitreview | 1 | ||||
-rw-r--r-- | docs/conf.py | 2 |
2 files changed, 3 insertions, 0 deletions
@@ -2,3 +2,4 @@ host=gerrit.onap.org port=29418 project=aai/aai-common +defaultbranch=master diff --git a/docs/conf.py b/docs/conf.py index d211470a..3a7958d1 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -2,6 +2,8 @@ from docs_conf.conf import * branch = 'latest' master_doc = 'index' +release = 'master' +version = 'master' linkcheck_ignore = [ 'http://localhost', |