mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Dont prefer SVG before PNG until SVG is supported and its handling in Sphinx sorted out.
This commit is contained in:
parent
219fdd282d
commit
6ee8b51c01
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user