[Intel-gfx] [maintainer-tools PATCH v2 3/4] doc: include .svg using the image directive, not raw html

Jani Nikula jani.nikula at intel.com
Thu Aug 10 09:39:48 UTC 2017


I have no idea what I was thinking when I added them as raw html. Using
the image directive should allow browsers to handle the page layout
better.

Signed-off-by: Jani Nikula <jani.nikula at intel.com>
---
 drm-intel.rst | 4 +---
 drm-misc.rst  | 4 +---
 2 files changed, 2 insertions(+), 6 deletions(-)

diff --git a/drm-intel.rst b/drm-intel.rst
index 43a6f4f28149..e9b4fe3e3214 100644
--- a/drm-intel.rst
+++ b/drm-intel.rst
@@ -133,9 +133,7 @@ Patch and Merge Flow
 This chart describes the flow of patches to drm-intel branches, and the merge
 flow of the commits to drm-upstream and Linus' tree.
 
-.. Note: This requires SVG support in the browser.
-.. raw:: html
-	:file: drm-intel-flow.svg
+.. image:: drm-intel-flow.svg
 
 Legend: Green = Linus. Red = drm-upstream. Blue = drm-intel. Black = patches.
 Yellow = Additional trees from other subsystems.
diff --git a/drm-misc.rst b/drm-misc.rst
index 05ccefb4ae23..c5f5c0171420 100644
--- a/drm-misc.rst
+++ b/drm-misc.rst
@@ -79,9 +79,7 @@ Where Do I Apply My Patch?
 Consult this handy flowchart to determine the best branch for your patch. If in
 doubt, apply to drm-misc-next or ask your favorite maintainer on IRC.
 
-.. Note: This requires SVG support in the browser.
-.. raw:: html
-	:file: drm-misc-commit-flow.svg
+.. image:: drm-misc-commit-flow.svg
 
 Merge Timeline
 ~~~~~~~~~~~~~~
-- 
2.11.0



More information about the Intel-gfx mailing list