From: Aric Gardner Date: Wed, 8 Jul 2020 16:00:27 +0000 (-0400) Subject: Repairs for doc repo. X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F53%2F4353%2F1;p=doc.git Repairs for doc repo. On this change: default-version is a variable that is set in ci-management/jjb/rtdv3/rtdv3.yaml it should only be set once all projects have branched. version: on the master branch this should stay master further, now that we have changed read the docs themes we don't need to touch this any more. On deleting and re-creating the bronze branch. something has happened with the bronze branch I think it was created twice at some point perhaps once like "Bronze" and once as "bronze" This has confused read the docs, which is now referring to the bronze branch as bronze_a which we do not want. I would like to delete the bronze branch and re-create it at the ref created by this change. this will allow me to fix read the docs, specifically the version switcher. Signed-off-by: Aric Gardner Change-Id: I4067c09412d77efaad7f5fc67359ab7c01628a5b --- diff --git a/docs/conf.yaml b/docs/conf.yaml index 06f13c2..0487d3e 100644 --- a/docs/conf.yaml +++ b/docs/conf.yaml @@ -3,7 +3,4 @@ project_cfg: oran project: oran # Change this to ReleaseBranchName to modify the header -version: Amber -version: bronze -default-version: bronze - +version: master