From: Aric Gardner Date: Tue, 21 Jan 2020 12:17:40 +0000 (-0500) Subject: Switch stable version back to "latest" X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F84%2F2284%2F1;p=doc.git Switch stable version back to "latest" header for stable docs should read latest. Signed-off-by: Aric Gardner Change-Id: Ia25bc4b884d74f1118168f7c0b412cf24a6efef5 --- 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