diff options
author | Thomas Monjalon <thomas@monjalon.net> | 2017-11-15 18:54:07 +0100 |
---|---|---|
committer | Thomas Monjalon <thomas@monjalon.net> | 2017-11-15 19:00:28 +0100 |
commit | 7fe928713e1db95f444387d60e3c86e015b5336a (patch) | |
tree | 3d7abb66d244093942c163cee1a3f5420874c5f8 | |
parent | 0384f21dffc9081d1ae30f0a6e49926bfc4be85d (diff) | |
download | dpdk-draft-cli-7fe928713e1db95f444387d60e3c86e015b5336a.zip dpdk-draft-cli-7fe928713e1db95f444387d60e3c86e015b5336a.tar.gz dpdk-draft-cli-7fe928713e1db95f444387d60e3c86e015b5336a.tar.xz |
doc: fix GSO guide as PDF
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>
-rw-r--r-- | doc/guides/prog_guide/generic_segmentation_offload_lib.rst | 4 |
1 files 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 4bbf01a..ef1de53 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 |