* [dpdk-dev] [PATCH] doc: fix GSO guide as PDF
@ 2017-11-15 17:59 Thomas Monjalon
2017-11-15 18:18 ` Thomas Monjalon
0 siblings, 1 reply; 2+ messages in thread
From: Thomas Monjalon @ 2017-11-15 17:59 UTC (permalink / raw)
To: dev; +Cc: mark.b.kavanagh
The PDF cannot be built because of some images integration being
forced as SVG. They are converted for PDF format, so the extension
must be a wildcard in the RST file.
Fixes: f6010c7655cc ("doc: add GSO programmer's guide")
Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
---
doc/guides/prog_guide/generic_segmentation_offload_lib.rst | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/doc/guides/prog_guide/generic_segmentation_offload_lib.rst b/doc/guides/prog_guide/generic_segmentation_offload_lib.rst
index 4bbf01a46..ef1de53d9 100644
--- a/doc/guides/prog_guide/generic_segmentation_offload_lib.rst
+++ b/doc/guides/prog_guide/generic_segmentation_offload_lib.rst
@@ -120,7 +120,7 @@ in :numref:`figure_gso-output-segment-format`.
.. _figure_gso-output-segment-format:
-.. figure:: img/gso-output-segment-format.svg
+.. figure:: img/gso-output-segment-format.*
:align: center
Two-part GSO output segment
@@ -160,7 +160,7 @@ next input segment).
.. _figure_gso-three-seg-mbuf:
-.. figure:: img/gso-three-seg-mbuf.svg
+.. figure:: img/gso-three-seg-mbuf.*
:align: center
Three-part GSO output segment
--
2.14.2
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [dpdk-dev] [PATCH] doc: fix GSO guide as PDF
2017-11-15 17:59 [dpdk-dev] [PATCH] doc: fix GSO guide as PDF Thomas Monjalon
@ 2017-11-15 18:18 ` Thomas Monjalon
0 siblings, 0 replies; 2+ messages in thread
From: Thomas Monjalon @ 2017-11-15 18:18 UTC (permalink / raw)
To: dev; +Cc: mark.b.kavanagh
15/11/2017 18:59, Thomas Monjalon:
> The PDF cannot be built because of some images integration being
> forced as SVG. They are converted for PDF format, so the extension
> must be a wildcard in the RST file.
>
> Fixes: f6010c7655cc ("doc: add GSO programmer's guide")
>
> Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
I had to apply this fix in the release to fix the PDF build.
It has been discovered after pushing the tag v17.11,
so the tag has been updated.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2017-11-15 18:18 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-11-15 17:59 [dpdk-dev] [PATCH] doc: fix GSO guide as PDF Thomas Monjalon
2017-11-15 18:18 ` Thomas Monjalon
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).