[PATCH] docs: fix list term highlighting in URI docs

Daniel P. Berrangé via Devel posted 1 patch 3 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/20250609151806.619748-1-berrange@redhat.com
docs/uri.rst | 1 -
1 file changed, 1 deletion(-)
[PATCH] docs: fix list term highlighting in URI docs
Posted by Daniel P. Berrangé via Devel 3 months ago
From: Daniel P. Berrangé <berrange@redhat.com>

Having a blank line between the term and its definition prevents the RST
to HTML convertor highlighting 'pkipath' correctly.

Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
---
 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.49.0
Re: [PATCH] docs: fix list term highlighting in URI docs
Posted by Pavel Hrdina via Devel 3 months ago
On Mon, Jun 09, 2025 at 04:18:06PM +0100, Daniel P. Berrangé via Devel wrote:
> From: Daniel P. Berrangé <berrange@redhat.com>
> 
> Having a blank line between the term and its definition prevents the RST
> to HTML convertor highlighting 'pkipath' correctly.
> 
> Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
> ---
>  docs/uri.rst | 1 -
>  1 file changed, 1 deletion(-)

Reviewed-by: Pavel Hrdina <phrdina@redhat.com>