Trigger RTD docs generatation for L-Release branch 72/14672/1
authorJohnKeeney <john.keeney@est.tech>
Fri, 4 Jul 2025 11:15:41 +0000 (12:15 +0100)
committerJohnKeeney <john.keeney@est.tech>
Fri, 4 Jul 2025 11:15:48 +0000 (12:15 +0100)
Issue-ID: NONRTRIC-1072
Change-Id: I4103252e3d7e9ecfcbe630325330b26fe30a8709
Signed-off-by: JohnKeeney <john.keeney@est.tech>
docs/conf.py
docs/kafka-message-dispatcher.rst
docs/release-notes.rst

index 42330a6..e333d95 100644 (file)
@@ -1,6 +1,6 @@
 from docs_conf.conf import *
 
-branch = 'latest'
+branch = 'l-release'
 
 language = 'en'
 
index b0adbfe..2f9a65b 100755 (executable)
@@ -1,6 +1,7 @@
 .. This work is licensed under a Creative Commons Attribution 4.0 International License.
 .. SPDX-License-Identifier: CC-BY-4.0
-.. Copyright (C) 2022 Nordix
+.. Copyright (C) 2022-2023 Nordix
+.. Copyright (C) 2023-2025 OpenInfra Foundation Europe. All rights reserved.
 
 .. |nbsp| unicode:: 0xA0
    :trim:
@@ -32,7 +33,7 @@ The Kafka message dispatcher exposes a 'Kafka Message Dispatcher' REST API. This
 
    "Kafka Message Dispatcher API", ":download:`link <../near-rt-ric-simulator/test/KAFKA_DISPATCHER/api/KAFKA_DISPATCHER_api.yaml>`"
 
-The Kafka message dispatcher also exposes an 'Admin API' to manipulate the behavior of the Kafka message dispather itself. The 'Kafka Message Dispatcher Admin API' is documented below: 
+The Kafka message dispatcher also exposes an 'Admin API' to manipulate the behavior of the Kafka message dispatcher itself. The 'Kafka Message Dispatcher Admin API' is documented below: 
 
 Admin Functions
 ================
@@ -91,7 +92,7 @@ The HTTP response code to return.
 
 200:
 
-Force response code: <expected code> set for all all dispatcher response until it is resetted
+Force response code: <expected code> set for all all dispatcher response until it is reset
 
 **Examples:**
 
@@ -103,7 +104,7 @@ Force response code: <expected code> set for all all dispatcher response until i
 
 200: ::
 
-  Force response code: 500 set for all dispatcher response until it is resetted
+  Force response code: 500 set for all dispatcher response until it is reset
 
 
 Reset response-manipulation
@@ -129,7 +130,7 @@ The HTTP response code to return.
 
 200:
 
-Force response code has been resetted for dispatcher responses
+Force response code has been reset for dispatcher responses
 
 **Examples:**
 
@@ -141,7 +142,7 @@ Force response code has been resetted for dispatcher responses
 
 200: ::
 
-  Force response code has been resetted for dispatcher responses
+  Force response code has been reset for dispatcher responses
 
 
 Response time manipulation
@@ -205,7 +206,7 @@ The time in seconds to delay all responses.
 
 200:
 
-Force delay has been resetted for all dispatcher responses
+Force delay has been reset for all dispatcher responses
 
 **Examples:**
 
@@ -217,4 +218,4 @@ Force delay has been resetted for all dispatcher responses
 
 200: ::
 
-  Force delay has been resetted for all dispatcher responses
+  Force delay has been reset for all dispatcher responses
index 3069c75..ff6c9a0 100644 (file)
@@ -1,7 +1,7 @@
 .. This work is licensed under a Creative Commons Attribution 4.0 International License.
 .. http://creativecommons.org/licenses/by/4.0
 .. Copyright (C) 2021-2023 Nordix. All rights reserved.
-.. Copyright (C) 2023 OpenInfra Foundation Europe. All rights reserved.
+.. Copyright (C) 2023-2025 OpenInfra Foundation Europe. All rights reserved.
 
 =============
 Release-Notes