From f57d4e4c8c71501d8a365f1ce6931be930b97912 Mon Sep 17 00:00:00 2001 From: wr148d Date: Tue, 25 Oct 2022 09:50:33 -0400 Subject: [PATCH] [AAI] Document process updates Issue-ID: AAI-3539 Signed-off-by: wr148d Change-Id: I8490cf87743d356120eb631964531bf597a14696 --- .gitreview | 1 + docs/conf.py | 2 ++ 2 files changed, 3 insertions(+) diff --git a/.gitreview b/.gitreview index 0ea5a18..716a2f3 100644 --- a/.gitreview +++ b/.gitreview @@ -2,3 +2,4 @@ host=gerrit.onap.org port=29418 project=aai/sparky-be +defaultbranch=master diff --git a/docs/conf.py b/docs/conf.py index d211470..3a7958d 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