aboutsummaryrefslogtreecommitdiffstats
path: root/docs/conf.py
diff options
context:
space:
mode:
authorCédric Ollivier <cedric.ollivier@orange.com>2023-06-19 11:41:51 +0200
committerCédric Ollivier <cedric.ollivier@orange.com>2023-06-19 11:41:51 +0200
commit25cfad31df93dfd5bbcb98834db6d07d1e9d1259 (patch)
tree2937cf5a6ed64ba93d299451a6db96684d3e747f /docs/conf.py
parente3f81a6028afd09fbaefefbac83fc46c472903c4 (diff)
Fix london doc build configs
Issue-ID: DOC-811 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com> Change-Id: I61f46072d87f627400bebfe11da40a93d292b420
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 27c418493..d1b20502b 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
@@ -31,7 +31,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'