From 16cd38a6ddbfd6182e4718292352be2d4d0b92ab Mon Sep 17 00:00:00 2001 From: wr148d Date: Tue, 25 Oct 2022 09:50:30 -0400 Subject: [PATCH] [AAI] Document process updates Issue-ID: AAI-3539 Signed-off-by: wr148d Change-Id: I9c83b86e31748745a3754887858406f20093964f --- .gitreview | 1 + docs/conf.py | 2 ++ 2 files changed, 3 insertions(+) diff --git a/.gitreview b/.gitreview index 7c219d24..6098e341 100644 --- a/.gitreview +++ b/.gitreview @@ -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', -- 2.16.6