From: raviteja.karumuri Date: Wed, 18 Sep 2024 10:05:26 +0000 (+0100) Subject: Update HTML API docs for v3 API X-Git-Tag: 1.8.0~1 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=7e9f04c3cc2b24cb6bf52238b03682e56d69e093;p=ccsdk%2Foran.git Update HTML API docs for v3 API Issue-ID: CCSDK-4012 Change-Id: Ifea743d8032d988831ffe4b9173a19e49a86fa08 Signed-off-by: Raviteja Karumuri --- diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 557892d6..62a44d85 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -30,7 +30,7 @@ build: jobs: post_build: - mkdir -p ${READTHEDOCS_OUTPUT}html/openapi - - cp -v docs/offeredapis/openapitoolgen/offeredapis/pms-api/* ${READTHEDOCS_OUTPUT}html/openapi + - cp -v -r docs/offeredapis/openapitoolgen/offeredapis/pms-api/* ${READTHEDOCS_OUTPUT}html/openapi python: install: diff --git a/docs/conf.py b/docs/conf.py index 196f094e..63725446 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -101,4 +101,4 @@ linkcheck_ignore = [ './a1-adapter-api.html', #Generated file that doesn't exist at link check. './pms-api.html', #Generated file that doesn't exist at link check. './pms-api-v3.html' #Generated file that doesn't exist at link check. -] +] \ No newline at end of file