From: thmsdt Date: Mon, 21 Jul 2025 09:16:02 +0000 (+0200) Subject: fix docs config files for paris release X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fheads%2Fparis;p=integration.git fix docs config files for paris release Issue-ID: DOC-828 Change-Id: I1799aaaa305e8978d692b3075df262731f5409ad Signed-off-by: thmsdt --- diff --git a/.gitreview b/.gitreview index 476096444..ca40f5ce1 100644 --- a/.gitreview +++ b/.gitreview @@ -2,4 +2,4 @@ host=gerrit.onap.org port=29418 project=integration.git -defaultbranch=master +defaultbranch=paris diff --git a/docs/conf.py b/docs/conf.py index 477950b0d..1c1a4173d 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -1,6 +1,6 @@ project = "onap" -release = "master" -version = "master" +release = "paris" +version = "paris" author = "Open Network Automation Platform" # yamllint disable-line rule:line-length @@ -30,7 +30,7 @@ extensions = [ # Change to {releasename} after you have created the new 'doc' branch. # -branch = 'latest' +branch = 'paris' intersphinx_mapping = {} doc_url = 'https://docs.onap.org/projects'