diff --git a/conf.py b/conf.py
index 7e86c2c9c7a4e9e5c577d26e34985e3198462d28..d6228a5400e097e937c006650950a0a3ab392258 100644
--- a/conf.py
+++ b/conf.py
@@ -39,8 +39,8 @@ todo_include_todos = True
 
 # Update (HTML) supported_image_types selection priority order
 from sphinx.builders.html import StandaloneHTMLBuilder
-StandaloneHTMLBuilder.supported_image_types = ['image/svg+xml', 'image/webp', 'image/jpg', 
-                                       'image/jpeg', 'image/gif', 'image/png']
+StandaloneHTMLBuilder.supported_image_types = ['image/webp', 'image/jpg', 
+                                       'image/jpeg', 'image/svg+xml', 'image/png', 'image/gif']
 
 # Update (PDF) supported_image_types selection priority order
 from sphinx.builders.latex import LaTeXBuilder