Dont prefer SVG before PNG until SVG is supported and its handling in Sphinx sorted out.

This commit is contained in:
Georg Brandl 2009-02-18 00:21:11 +01:00
parent 219fdd282d
commit 6ee8b51c01

View File

@ -55,8 +55,8 @@ class StandaloneHTMLBuilder(Builder):
out_suffix = '.html'
link_suffix = '.html' # defaults to matching out_suffix
indexer_format = js_index
supported_image_types = ['image/svg+xml', 'image/png', 'image/gif',
'image/jpeg']
supported_image_types = ['image/png', 'image/gif', 'image/jpeg',
'image/svg+xml']
searchindex_filename = 'searchindex.js'
add_permalinks = True
embedded = False # for things like HTML help or Qt help: suppresses sidebar