From d604733b4f82e412fea3f71119268b56ce6cd897 Mon Sep 17 00:00:00 2001 From: elinuxhenrik Date: Tue, 20 Dec 2022 10:13:08 +0100 Subject: [PATCH] Set branch for all products in docs Issue-ID: NONRTRIC-819 Signed-off-by: elinuxhenrik Change-Id: I92b6c5ac2bcbd15a86bede27aea049c8e4d46970 --- docs/conf.py | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 1ae91b8e..c629cb52 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -18,19 +18,19 @@ from docs_conf.conf import * #branch configuration -controlpanelbranch = 'latest' -simulatorbranch = 'latest' -dmaapmediatorproducerbranch = 'latest' +controlpanelbranch = 'g-release' +simulatorbranch = 'g-release' +dmaapmediatorproducerbranch = 'g-release' dmaapadapterbranch = 'g-release' informationcoordinatorservicebranch = 'g-release' rappcataloguebranch = 'g-release' -helmmanagerbranch = 'latest' +helmmanagerbranch = 'g-release' ransliceassurancebranch = 'g-release' -orufhrecoverybranch = 'latest' -authtokenfetchbranch = 'latest' +orufhrecoverybranch = 'g-release' +authtokenfetchbranch = 'g-release' a1policymanagementservicebranch = 'g-release' -smebranch = 'latest' -onapbranch = 'latest' +smebranch = 'g-release' +onapbranch = 'kohn' linkcheck_ignore = [ 'http://localhost.*', -- 2.16.6