From 850b994dc37435736ca0905b0fcdaceb35f892c4 Mon Sep 17 00:00:00 2001 From: JohnKeeney Date: Thu, 11 Jul 2024 12:58:28 +0100 Subject: [PATCH] Add additional API documentation - Fix RTD job Issue-ID: SMO-155 Change-Id: Idbf26964b0f4c7bee8528120ecef273e6d7d612f Signed-off-by: JohnKeeney --- .readthedocs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 57f686f..50e0097 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -28,7 +28,7 @@ build: python: "3.11" jobs: post_build: - - cp -v docs/offeredapis/html/index.html $READTHEDOCS_OUTPUT/html/offeredapis/html + - cp -v docs/offeredapis/html/index.html $READTHEDOCS_OUTPUT/html/offeredapis/html/ - cp -v docs/offeredapis/index.html $READTHEDOCS_OUTPUT/html/offeredapis/ - cp -v docs/offeredapis/topology-exposure-inventory-openapi.yaml $READTHEDOCS_OUTPUT/html/offeredapis/ - cp -v docs/offeredapis/topology-exposure-inventory-openapi.json $READTHEDOCS_OUTPUT/html/offeredapis/ -- 2.16.6