From e251d0c559b88070977788df7c6d9411c63f3fe7 Mon Sep 17 00:00:00 2001 From: JohnKeeney Date: Mon, 20 Feb 2023 18:00:44 +0000 Subject: Added secondary A1PMS API documentation Updated SnakeYAML version to address CVE-2022-38750 CVE-2022-38752 CVE-2022-25857 Change-Id: Ib9ae706bd9fbde2a9f586643ee0eda259ee1f4a9 Signed-off-by: JohnKeeney Issue-ID: CCSDK-3842 Signed-off-by: JohnKeeney --- docs/conf.py | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) (limited to 'docs/conf.py') diff --git a/docs/conf.py b/docs/conf.py index ee7f207a..6901c026 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -1,6 +1,10 @@ project = "onap" release = "master" version = "master" +# 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' + author = "Open Network Automation Platform" # yamllint disable-line rule:line-length @@ -15,6 +19,7 @@ html_logo = "_static/logo_onap_2017.png" html_favicon = "_static/favicon.ico" html_static_path = ["_static"] html_show_sphinx = False +html_extra_path = ["offeredapis/openapitoolgen"] extensions = [ 'sphinx.ext.intersphinx', @@ -27,13 +32,6 @@ extensions = [ 'sphinx_tabs.tabs' ] -# -# 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' - redoc = [ { 'name': 'PMS API', -- cgit 1.2.3-korg