[PATCH 0/4] docs: Fix live backup kbase page and add support for RST notes/warnings to the CSS

Peter Krempa via Devel posted 4 patches 1 week, 3 days ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/cover.1756302563.git.pkrempa@redhat.com
docs/css/generic.css                 | 26 ++++++++++++++++++++++++++
docs/formatsecret.rst                |  7 ++++---
docs/kbase/live_full_disk_backup.rst | 20 ++++++++++++--------
3 files changed, 42 insertions(+), 11 deletions(-)
[PATCH 0/4] docs: Fix live backup kbase page and add support for RST notes/warnings to the CSS
Posted by Peter Krempa via Devel 1 week, 3 days ago
You can look at the result here:

https://pipo.sk.gitlab.io/-/libvirt/-/jobs/11156282021/artifacts/website/kbase/live_full_disk_backup.html#full-backup-with-older-libvirt-versions

(Sorry for the TLS error, my username has a dot in it and the gitlab.io
 cert doesn't allow that. No I will not change my username)

Peter Krempa (4):
  kbase: live_full_disk_backup: Fix use of '.. note' directive
  css: Add style for '.. note:' and '.. warning:' rST roles
  docs: formatsecret: Convert inline emphasis of a warning to the '..
    warning:' role
  kbase: live_full_disk_backup: Improve the document

 docs/css/generic.css                 | 26 ++++++++++++++++++++++++++
 docs/formatsecret.rst                |  7 ++++---
 docs/kbase/live_full_disk_backup.rst | 20 ++++++++++++--------
 3 files changed, 42 insertions(+), 11 deletions(-)

-- 
2.51.0
Re: [PATCH 0/4] docs: Fix live backup kbase page and add support for RST notes/warnings to the CSS
Posted by Ján Tomko via Devel 1 week, 3 days ago
On a Wednesday in 2025, Peter Krempa via Devel wrote:
>You can look at the result here:
>
>https://pipo.sk.gitlab.io/-/libvirt/-/jobs/11156282021/artifacts/website/kbase/live_full_disk_backup.html#full-backup-with-older-libvirt-versions
>
>(Sorry for the TLS error, my username has a dot in it and the gitlab.io
> cert doesn't allow that. No I will not change my username)
>
>Peter Krempa (4):
>  kbase: live_full_disk_backup: Fix use of '.. note' directive
>  css: Add style for '.. note:' and '.. warning:' rST roles
>  docs: formatsecret: Convert inline emphasis of a warning to the '..
>    warning:' role
>  kbase: live_full_disk_backup: Improve the document
>
> docs/css/generic.css                 | 26 ++++++++++++++++++++++++++
> docs/formatsecret.rst                |  7 ++++---
> docs/kbase/live_full_disk_backup.rst | 20 ++++++++++++--------
> 3 files changed, 42 insertions(+), 11 deletions(-)
>

Reviewed-by: Ján Tomko <jtomko@redhat.com>

Jano