aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Debeau <eric.debeau@orange.com>2021-04-27 13:09:11 +0200
committerEric Debeau <eric.debeau@orange.com>2021-04-27 13:15:49 +0200
commit636ac4e5b464bfafbd7f9814df9f50d2259d45f7 (patch)
treeb6b9b19dc6be1775fdb1d97f37fea48f8e8c8c65
parent42e71f32d703f1f37302f690d9c958d33b6e8ada (diff)
[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 <eric.debeau@orange.com> Change-Id: I336b6c6df015a95fbd3a24cbb058affcfb912740
-rw-r--r--docs/conf.py2
-rw-r--r--docs/conf.yaml2
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
#