diff options
author | JohnKeeney <john.keeney@est.tech> | 2023-02-20 18:00:44 +0000 |
---|---|---|
committer | JohnKeeney <john.keeney@est.tech> | 2023-02-20 18:05:31 +0000 |
commit | e251d0c559b88070977788df7c6d9411c63f3fe7 (patch) | |
tree | 73662cdc8a06af91b4b6a664696e12851aba5eb7 /docs/conf.py | |
parent | 8ff6511e3f843b17194a38ece5c4a926646ef50d (diff) |
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 <john.keeney@est.tech>
Issue-ID: CCSDK-3842
Signed-off-by: JohnKeeney <john.keeney@est.tech>
Diffstat (limited to 'docs/conf.py')
-rw-r--r-- | docs/conf.py | 12 |
1 files changed, 5 insertions, 7 deletions
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', |