From 636ac4e5b464bfafbd7f9814df9f50d2259d45f7 Mon Sep 17 00:00:00 2001 From: Eric Debeau Date: Tue, 27 Apr 2021 13:09:11 +0200 Subject: [PATCH] [DOC] Update documentation configuration files Branch parameters are stored in conf.py and conf.yaml files Current value is set to latest. Need to modify to honolulu to get the correct intersphinx links Issue-ID: INT-1916 Signed-off-by: Eric Debeau Change-Id: I336b6c6df015a95fbd3a24cbb058affcfb912740 --- docs/conf.py | 2 +- docs/conf.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index b351570aa..d275b29da 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -1,6 +1,6 @@ from docs_conf.conf import * -branch = 'latest' +branch = 'honolulu' master_doc = 'index' doc_url = 'https://docs.onap.org/projects' diff --git a/docs/conf.yaml b/docs/conf.yaml index ab5928131..00682711d 100644 --- a/docs/conf.yaml +++ b/docs/conf.yaml @@ -3,5 +3,5 @@ project_cfg: onap project: onap # Change this to ReleaseBranchName to modify the header -default-version: latest +default-version: honolulu # -- 2.16.6