From: aravind.est Date: Mon, 17 Nov 2025 14:25:23 +0000 (+0000) Subject: Fix the RTD failure X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=26074350545bd2a3c09857f0be1875d8a9007c84;p=nonrtric%2Fplt%2Frappcatalogue.git Fix the RTD failure RTD 404 failure fixed Issue-ID: NONRTRIC-1096 Change-Id: I842afe685977df9e110e2eae43f9cec4b67baa10 Signed-off-by: aravind.est --- diff --git a/docs/conf.py b/docs/conf.py index dc28a50..0cb636a 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -1,6 +1,6 @@ # ============LICENSE_START=============================================== # Copyright (C) 2020-2022 Nordix Foundation. All rights reserved. -# Copyright (C) 2024 OpenInfra Foundation Europe. All rights reserved. +# Copyright (C) 2024-2025 OpenInfra Foundation Europe. All rights reserved. # ======================================================================== # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -46,7 +46,7 @@ redoc = [ } ] -redoc_uri = 'https://cdn.jsdelivr.net/npm/redoc@next/bundles/redoc.standalone.js' +redoc_uri = 'https://cdn.jsdelivr.net/npm/redoc@latest/bundles/redoc.standalone.js' #intershpinx mapping with other projects intersphinx_mapping = {}