diff options
author | 2023-11-22 14:55:50 +0000 | |
---|---|---|
committer | 2023-11-22 14:55:50 +0000 | |
commit | 80e8366498e34302afe7e85db6d345e148571712 (patch) | |
tree | 5462aa676597fcb68fcac64ce90c3982f6de7609 /docs/conf.py | |
parent | 67e3b0d2177638951fae4b9af654c4d7344f99d3 (diff) | |
parent | d59dcf4f46a4857cf41bbc8596b9ca24ff9caab2 (diff) |
Merge "fix doc config files Issue-ID: DOC-821" into montreal1.6.1
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 f53b9f4d..acc95d94 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -1,9 +1,9 @@ project = "onap" -release = "master" -version = "master" +release = "montreal" +version = "montreal" # Map to 'latest' if this file is used in 'latest' (master) 'doc' branch. # Change to {releasename} after you have created the new 'doc' branch. -branch = 'latest' +branch = 'montreal' author = "Open Network Automation Platform" |