From 226e8ef54876c01bed02eb4091c8c80414edf06b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Daniel=20P=2E=20Berrang=C3=A9?= Date: Mon, 9 Jun 2025 16:16:47 +0100 Subject: [PATCH] docs: fix list term highlighting in URI docs MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Having a blank line between the term and its definition prevents the RST to HTML convertor highlighting 'pkipath' correctly. Reviewed-by: Pavel Hrdina Signed-off-by: Daniel P. Berrangé --- docs/uri.rst | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/uri.rst b/docs/uri.rst index 1d2c68f5b8..cc970001f4 100644 --- a/docs/uri.rst +++ b/docs/uri.rst @@ -296,7 +296,6 @@ Supported extra parameters: **Example:** ``no_verify=1`` ``pkipath`` - Specifies x509 certificates path for the client. If any of the CA certificate, client certificate, or client key is missing, the connection will fail with a fatal error. -- 2.47.3