From 97e15096650de5d72c7e5dbc1ffceae23f6abf94 Mon Sep 17 00:00:00 2001 From: Aric Gardner Date: Tue, 21 Jan 2020 07:17:40 -0500 Subject: [PATCH] Switch stable version back to "latest" header for stable docs should read latest. Signed-off-by: Aric Gardner Change-Id: Ia25bc4b884d74f1118168f7c0b412cf24a6efef5 --- docs/conf.py | 2 -- docs/conf.yaml | 4 ++-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 91a607d..6d7db6b 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -2,8 +2,6 @@ from docs_conf.conf import * #branch configuration branch = 'latest' -version = 'amber' -release = 'amber' linkcheck_ignore = [ 'http://localhost', diff --git a/docs/conf.yaml b/docs/conf.yaml index d261632..432cc07 100644 --- a/docs/conf.yaml +++ b/docs/conf.yaml @@ -1,6 +1,6 @@ --- project_cfg: oran project: oran -version: 'amber' -default-version: 'amber' +# Change this to ReleaseBranchName to modify the header +default-version: latest -- 2.16.6