From 490b20d3e31acbc3e8f62f950186fb507fb445f0 Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Wed, 15 Mar 2023 21:40:48 +0100 Subject: Enable all Sphinx build warnings as errors MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It also fixes several issues to pass the gate. Please note that .. code-block :: json content must be json. Issue-ID: DOC-798 Signed-off-by: Cédric Ollivier Change-Id: I38a751b67ab70a5ed5d61cdd49fe914c7b9270cd --- docs/deployment.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/deployment.rst') diff --git a/docs/deployment.rst b/docs/deployment.rst index c7504e28b9..2e72c0a353 100644 --- a/docs/deployment.rst +++ b/docs/deployment.rst @@ -247,7 +247,7 @@ Any spring supported property can be configured by providing in ``config.additio | notification.data-updated.topic | | | +---------------------------------------+---------------------------------------------------------------------------------------------------------+-------------------------------+ | config.additional. | Array of dataspaces to be enabled for publishing events to cps-temporal | [] | -| notification.data-updated.filters. | If left blank CPS-Temporal notification will be sent for all dataspaces | | +| notification.data-updated.filters. | If left blank CPS-Temporal notification will be sent for all dataspaces | | | enabled-dataspaces | | | +---------------------------------------+---------------------------------------------------------------------------------------------------------+-------------------------------+ | config.additional. | If asynchronous messaging, user notifications, and updated event persistence should be enabled | ``true`` | -- cgit 1.2.3-korg