aboutsummaryrefslogtreecommitdiffstats
path: root/docs/conf.py
diff options
context:
space:
mode:
Diffstat (limited to 'docs/conf.py')
-rw-r--r--docs/conf.py7
1 files changed, 3 insertions, 4 deletions
diff --git a/docs/conf.py b/docs/conf.py
index a9c42b672..6bfe978bb 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -1,6 +1,7 @@
project = "onap"
-release = "master"
-version = "master"
+release = "london"
+version = "london"
+branch = 'london'
author = "Open Network Automation Platform"
# yamllint disable-line rule:line-length
@@ -30,8 +31,6 @@ extensions = [
# Change to {releasename} after you have created the new 'doc' branch.
#
-branch = 'latest'
-
intersphinx_mapping = {}
doc_url = 'https://docs.onap.org/projects'
master_doc = 'index'