summaryrefslogtreecommitdiffstats
path: root/docs/conf.py
diff options
context:
space:
mode:
authorthmsdt <thomas.kulik@telekom.de>2023-07-04 14:57:39 +0200
committerthmsdt <thomas.kulik@telekom.de>2023-07-04 14:58:14 +0200
commitb489a94909ffd3bb77c4e85f07ae989d421bf7e6 (patch)
tree1506593da4167f853219f6a03971f3edc403bca0 /docs/conf.py
parentd658c7f1d0c43092e2939848af9e3c56455e13c0 (diff)
fix doc config fileslondon
Issue-ID: DOC-811 Signed-off-by: thmsdt <thomas.kulik@telekom.de> Change-Id: I4945a08d2e645f89966bdc215df9ede291e1889e
Diffstat (limited to 'docs/conf.py')
-rw-r--r--docs/conf.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/conf.py b/docs/conf.py
index 70937d7..814d356 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -1,6 +1,6 @@
project = "onap"
-release = "master"
-version = "master"
+release = "london"
+version = "london"
author = "Open Network Automation Platform"
# yamllint disable-line rule:line-length
@@ -30,7 +30,7 @@ extensions = [
# Change to {releasename} after you have created the new 'doc' branch.
#
-branch = 'latest'
+branch = 'london'
intersphinx_mapping = {}
doc_url = 'https://docs.onap.org/projects'