diff options
-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 |