[PATCH 0/2] docs: Adapt XSL/CSS to docutils-0.17 and later

Peter Krempa posted 2 patches 2 years ago
Test syntax-check passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/cover.1649764071.git.pkrempa@redhat.com
docs/css/libvirt.css | 13 +++++++++++--
docs/page.xsl        |  6 ++++++
2 files changed, 17 insertions(+), 2 deletions(-)
[PATCH 0/2] docs: Adapt XSL/CSS to docutils-0.17 and later
Posted by Peter Krempa 2 years ago
The breakage will be visible only when you build with newer docutils
such as is in fedora rawhide.

Alternatively you can install one locally for your user via 'pip install
docutils --force' and then build the tree via:

  export PYTHONPATH=~/.local/lib/python3.10/site-packages/
  ninja

Peter Krempa (2):
  docs/css: Simplify selector for heading of 'knowledge-base' and
    'documentation' pages
  docs: Adapt to semantic tag usage of docutils-0.17 and later

 docs/css/libvirt.css | 13 +++++++++++--
 docs/page.xsl        |  6 ++++++
 2 files changed, 17 insertions(+), 2 deletions(-)

-- 
2.35.1
Re: [PATCH 0/2] docs: Adapt XSL/CSS to docutils-0.17 and later
Posted by Martin Kletzander 2 years ago
On Tue, Apr 12, 2022 at 01:53:03PM +0200, Peter Krempa wrote:
>The breakage will be visible only when you build with newer docutils
>such as is in fedora rawhide.
>
>Alternatively you can install one locally for your user via 'pip install
>docutils --force' and then build the tree via:
>
>  export PYTHONPATH=~/.local/lib/python3.10/site-packages/
>  ninja
>
>Peter Krempa (2):
>  docs/css: Simplify selector for heading of 'knowledge-base' and
>    'documentation' pages
>  docs: Adapt to semantic tag usage of docutils-0.17 and later
>
> docs/css/libvirt.css | 13 +++++++++++--
> docs/page.xsl        |  6 ++++++
> 2 files changed, 17 insertions(+), 2 deletions(-)
>

Reviewed-by: Martin Kletzander <mkletzan@redhat.com>

>-- 
>2.35.1
>
Re: [PATCH 0/2] docs: Adapt XSL/CSS to docutils-0.17 and later
Posted by Jiri Denemark 2 years ago
On Tue, Apr 12, 2022 at 13:53:03 +0200, Peter Krempa wrote:
> The breakage will be visible only when you build with newer docutils
> such as is in fedora rawhide.
> 
> Alternatively you can install one locally for your user via 'pip install
> docutils --force' and then build the tree via:
> 
>   export PYTHONPATH=~/.local/lib/python3.10/site-packages/
>   ninja
> 
> Peter Krempa (2):
>   docs/css: Simplify selector for heading of 'knowledge-base' and
>     'documentation' pages
>   docs: Adapt to semantic tag usage of docutils-0.17 and later
> 
>  docs/css/libvirt.css | 13 +++++++++++--
>  docs/page.xsl        |  6 ++++++
>  2 files changed, 17 insertions(+), 2 deletions(-)

Reviewed-by: Jiri Denemark <jdenemar@redhat.com>
Re: [PATCH 0/2] docs: Adapt XSL/CSS to docutils-0.17 and later
Posted by Michal Prívozník 2 years ago
On 4/12/22 13:53, Peter Krempa wrote:
> The breakage will be visible only when you build with newer docutils
> such as is in fedora rawhide.
> 
> Alternatively you can install one locally for your user via 'pip install
> docutils --force' and then build the tree via:
> 
>   export PYTHONPATH=~/.local/lib/python3.10/site-packages/
>   ninja
> 
> Peter Krempa (2):
>   docs/css: Simplify selector for heading of 'knowledge-base' and
>     'documentation' pages
>   docs: Adapt to semantic tag usage of docutils-0.17 and later
> 
>  docs/css/libvirt.css | 13 +++++++++++--
>  docs/page.xsl        |  6 ++++++
>  2 files changed, 17 insertions(+), 2 deletions(-)
> 

Reviewed-by: Michal Privoznik <mprivozn@redhat.com>

Michal
Re: [PATCH 0/2] docs: Adapt XSL/CSS to docutils-0.17 and later
Posted by Ján Tomko 2 years ago
On a Tuesday in 2022, Peter Krempa wrote:
>The breakage will be visible only when you build with newer docutils
>such as is in fedora rawhide.

d/is /

>
>Alternatively you can install one locally for your user via 'pip install
>docutils --force' and then build the tree via:
>
>  export PYTHONPATH=~/.local/lib/python3.10/site-packages/
>  ninja
>
>Peter Krempa (2):
>  docs/css: Simplify selector for heading of 'knowledge-base' and
>    'documentation' pages
>  docs: Adapt to semantic tag usage of docutils-0.17 and later
>
> docs/css/libvirt.css | 13 +++++++++++--
> docs/page.xsl        |  6 ++++++
> 2 files changed, 17 insertions(+), 2 deletions(-)
>

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

Jano