From f62bef0f343815523a4ec7cd33c6c71beff5b7d1 Mon Sep 17 00:00:00 2001 From: liamfallon Date: Thu, 25 May 2023 11:16:25 +0100 Subject: [PATCH] Set references for london release Set references for london release *** This commit is generated by a PF release script *** Issue-ID: POLICY-4662 Signed-off-by: liamfallon Change-Id: I2c71d4837a77e4e25881c9e5d7ebed147b19280f --- .gitreview | 2 +- docs/conf.py | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.gitreview b/.gitreview index 5030d6f1..40a4fb45 100644 --- a/.gitreview +++ b/.gitreview @@ -2,4 +2,4 @@ host=gerrit.onap.org port=29418 project=policy/parent.git -defaultbranch=master +defaultbranch=london diff --git a/docs/conf.py b/docs/conf.py index a43b3055..6996ed42 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -1,6 +1,6 @@ project = "onap" -release = "master" -version = "master" +release = "london" +version = "london" author = "Open Network Automation Platform" # yamllint disable-line rule:line-length @@ -33,7 +33,7 @@ redoc = [ { 'name': 'Policy API', 'page': 'api/local-swagger', - 'spec': 'https://raw.githubusercontent.com/onap/policy-api/master/main/src/main/resources/openapi/openapi.yaml', + 'spec': 'https://raw.githubusercontent.com/onap/policy-api/london/main/src/main/resources/openapi/openapi.yaml', 'opts': { 'suppress-warnings': True, 'hide-hostname': True, @@ -42,7 +42,7 @@ redoc = [ { 'name': 'Policy PAP', 'page': 'pap/local-swagger', - 'spec': 'https://raw.githubusercontent.com/onap/policy-pap/master/main/src/main/resources/openapi/openapi.yaml', + 'spec': 'https://raw.githubusercontent.com/onap/policy-pap/london/main/src/main/resources/openapi/openapi.yaml', 'opts': { 'suppress-warnings': True, 'hide-hostname': True, @@ -51,7 +51,7 @@ redoc = [ { 'name': 'Policy XACML', 'page': 'xacml/local-swagger', - 'spec': 'https://raw.githubusercontent.com/onap/policy-xacml-pdp/master/main/src/main/resources/openapi/openapi.yaml', + 'spec': 'https://raw.githubusercontent.com/onap/policy-xacml-pdp/london/main/src/main/resources/openapi/openapi.yaml', 'opts': { 'suppress-warnings': True, 'hide-hostname': True, @@ -60,7 +60,7 @@ redoc = [ { 'name': 'Policy DROOLS', 'page': 'drools/local-swagger', - 'spec': 'https://raw.githubusercontent.com/onap/policy-drools-pdp/master/feature-healthcheck/src/main/resources/openapi/openapi.yaml', + 'spec': 'https://raw.githubusercontent.com/onap/policy-drools-pdp/london/feature-healthcheck/src/main/resources/openapi/openapi.yaml', 'opts': { 'suppress-warnings': True, 'hide-hostname': True, @@ -69,7 +69,7 @@ redoc = [ { 'name': 'Policy ACM-R', 'page': 'clamp/acm/api-protocol/local-swagger', - 'spec': 'https://raw.githubusercontent.com/onap/policy-clamp/master/runtime-acm/src/main/resources/openapi/openapi.yaml', + 'spec': 'https://raw.githubusercontent.com/onap/policy-clamp/london/runtime-acm/src/main/resources/openapi/openapi.yaml', 'opts': { 'suppress-warnings': True, 'hide-hostname': True, @@ -82,7 +82,7 @@ redoc = [ # Change to {releasename} after you have created the new 'doc' branch. # -branch = 'latest' +branch = 'london' intersphinx_mapping = {} doc_url = 'https://docs.onap.org/projects' -- 2.16.6