PDF build was failing in the howto guides found the weird character causing the issue
Fixes: 6e9270eab112 ("doc: add telemetry how-to") Cc: ciara.po...@intel.com Signed-off-by: Marko Kovacevic <marko.kovace...@intel.com> --- doc/guides/howto/telemetry.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/guides/howto/telemetry.rst b/doc/guides/howto/telemetry.rst index 3fcb061..00f8f7a 100644 --- a/doc/guides/howto/telemetry.rst +++ b/doc/guides/howto/telemetry.rst @@ -29,7 +29,7 @@ formatted in JSON and sent back to the requesting client. Pre-requisites ~~~~~~~~~~~~~~ -* Python ≥ 2.5 +* Python >= 2.5 * Jansson library for JSON serialization -- 2.9.5