diff options
author | 2023-07-17 08:46:54 +0000 | |
---|---|---|
committer | 2023-07-17 08:46:54 +0000 | |
commit | 40377de6ac516068cead8ccd6b489b64a121fa01 (patch) | |
tree | 9dece4734ac1e8273b29cc64c8b815e4a579d594 /docs/conf.py | |
parent | 11752cbe3fc95d4406a17de3d12ab7dd1c921c3b (diff) | |
parent | d8f21a6bc8155feda9ac884a8790980851bdd339 (diff) |
Merge "fix docs config files" into londonlondon
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 bf9f0d6..a87cf41 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' |