From: JohnKeeney Date: Thu, 11 Jul 2024 13:20:04 +0000 (+0100) Subject: Add additional API documentation - Fix RTD job (2) X-Git-Tag: 0.1.0~30 X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F75%2F13175%2F1;p=smo%2Fteiv.git Add additional API documentation - Fix RTD job (2) Issue-ID: SMO-155 Change-Id: I0cef0fb9fb7ae9bf3f8fe87436354e9f6e67ad96 Signed-off-by: JohnKeeney --- diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 50e0097..7af0562 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -28,6 +28,7 @@ build: python: "3.11" jobs: post_build: + - mkdir -p $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/ diff --git a/docs/conf.py b/docs/conf.py index 8b5c044..c451d4f 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -37,6 +37,9 @@ redoc = [ 'page': 'offeredapis/topology-exposure-inventory-openapi', 'spec': './offeredapis/topology-exposure-inventory-openapi.yaml', 'embed': True, + 'opts': { + 'suppress-warnings': True + } } ] html_extra_path = [