From: Daniel P. Berrangé Date: Mon, 9 Jun 2025 15:16:47 +0000 (+0100) Subject: docs: fix list term highlighting in URI docs X-Git-Tag: v11.5.0-rc1~51 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=226e8ef54876c01bed02eb4091c8c80414edf06b;p=thirdparty%2Flibvirt.git docs: fix list term highlighting in URI docs 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é --- 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.