[libvirt PATCH 0/2] docs: make rst docs generation more robust

Daniel P. Berrangé posted 2 patches 4 years, 2 months ago
Test syntax-check failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/20200129101855.1582866-1-berrange@redhat.com
docs/Makefile.am        | 10 +++++-----
docs/manpages/virsh.rst | 36 ++++++++++++++++++------------------
2 files changed, 23 insertions(+), 23 deletions(-)
[libvirt PATCH 0/2] docs: make rst docs generation more robust
Posted by Daniel P. Berrangé 4 years, 2 months ago
This will avoid the various issues with generated docs containing build
warnings.

Daniel P. Berrangé (2):
  docs: fix various duplicate link targets in virsh.rst
  docs: use --strict arg when processing rst docs

 docs/Makefile.am        | 10 +++++-----
 docs/manpages/virsh.rst | 36 ++++++++++++++++++------------------
 2 files changed, 23 insertions(+), 23 deletions(-)

-- 
2.24.1

Re: [libvirt PATCH 0/2] docs: make rst docs generation more robust
Posted by Ján Tomko 4 years, 2 months ago
On Wed, Jan 29, 2020 at 10:18:53AM +0000, Daniel P. Berrangé wrote:
>This will avoid the various issues with generated docs containing build
>warnings.
>
>Daniel P. Berrangé (2):
>  docs: fix various duplicate link targets in virsh.rst
>  docs: use --strict arg when processing rst docs
>
> docs/Makefile.am        | 10 +++++-----
> docs/manpages/virsh.rst | 36 ++++++++++++++++++------------------
> 2 files changed, 23 insertions(+), 23 deletions(-)
>

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

Jano