From 3bcd42a2316418a85a7d188f7e1b10ba93d8c152 Mon Sep 17 00:00:00 2001 From: JohnKeeney Date: Fri, 15 Dec 2023 22:49:33 +0000 Subject: [PATCH] Enable links to i-release subsites Change-Id: I213772facde32392e5771f8e901b13b50b682370 Signed-off-by: JohnKeeney Issue-ID: NONRTRIC-958 --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index e18a00f..0acbd7b 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -22,7 +22,7 @@ from docs_conf.conf import * branch = 'i-release' -subsitesbranch = 'latest' +subsitesbranch = 'i-release' baseurl = 'https://docs.o-ran-sc.org/projects/' selfurl = '%s/o-ran-sc-nonrtric-plt-ranpm/en/%s' %(baseurl, branch) -- 2.16.6