diff options
author | 2023-07-04 16:08:02 +0200 | |
---|---|---|
committer | 2023-07-04 16:08:34 +0200 | |
commit | a475ec617e7e8ac6d0e6627c7847254a35c5bc5b (patch) | |
tree | 24cf11ae15ecd9d5ce1d90df24257d1665fc661c /docs/conf.py | |
parent | 55f6e8359cde82d042c5a716df9368df2df74d49 (diff) |
fix doc config fileslondon
Issue-ID: DOC-811
Signed-off-by: thmsdt <thomas.kulik@telekom.de>
Change-Id: Idfa06fd249797388bc77e362b308efad2d466413
Diffstat (limited to 'docs/conf.py')
-rw-r--r-- | docs/conf.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/conf.py b/docs/conf.py index a9c42b67..ab16216c 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' |