From: Cédric Ollivier Date: Thu, 21 Apr 2022 08:01:37 +0000 (+0200) Subject: Leverage the right branch in docs/conf.py X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=e40bc669b7abbf87e3f38b9e7737edee1f477038;p=cps%2Fcps-temporal.git Leverage the right branch in docs/conf.py Issue-ID: DOC-765 Signed-off-by: Cédric Ollivier Change-Id: Iac785824dd3c1fe93cd250555bb3d77f0300c6e4 --- diff --git a/docs/conf.py b/docs/conf.py index caaf753..6ce1029 100755 --- a/docs/conf.py +++ b/docs/conf.py @@ -21,7 +21,7 @@ from docutils.parsers.rst import directives from docs_conf.conf import * #change 'latest' to relevant branch-name once branch has been created -branch = 'latest' +branch = 'jakarta' doc_url = 'https://docs.onap.org/projects' master_doc = 'index'