From f57ebf6d5372415ed17cf1ebf9755a7364c24e30 Mon Sep 17 00:00:00 2001 From: waynedunican Date: Tue, 2 Dec 2025 12:02:06 +0000 Subject: [PATCH] Update quebec branch references in conf.py Issue-ID: POLICY-5491 Change-Id: If2adcb4816f9068d515b975b65058f9196811dd5 Signed-off-by: waynedunican --- docs/conf.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 61e5f792..4801831e 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -1,10 +1,10 @@ project = "onap" -release = "master" -version = "master" +release = "quebec" +version = "quebec" # Map to 'latest' if this file is used in 'latest' (master) 'doc' branch. # Change to {releasename} after you have created the new 'doc' branch. -branch = 'latest' +branch = 'quebec' author = "Open Network Automation Platform" # yamllint disable-line rule:line-length -- 2.16.6