diff options
author | raviteja.karumuri <raviteja.karumuri@est.tech> | 2024-09-18 11:05:26 +0100 |
---|---|---|
committer | raviteja.karumuri <raviteja.karumuri@est.tech> | 2024-09-18 11:05:26 +0100 |
commit | 7e9f04c3cc2b24cb6bf52238b03682e56d69e093 (patch) | |
tree | b2fd2c48d35ea48f189f702c739fbbd9cdc90df5 | |
parent | 93fe8c0693a14d0bf616f7370828b89fe1556578 (diff) |
Update HTML API docs for v3 API
Issue-ID: CCSDK-4012
Change-Id: Ifea743d8032d988831ffe4b9173a19e49a86fa08
Signed-off-by: Raviteja Karumuri <raviteja.karumuri@est.tech>
-rw-r--r-- | .readthedocs.yaml | 2 | ||||
-rw-r--r-- | docs/conf.py | 2 |
2 files changed, 2 insertions, 2 deletions
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 |