mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Fix #3128: globing images does not support .svgz file
This commit is contained in:
1
CHANGES
1
CHANGES
@@ -26,6 +26,7 @@ Bugs fixed
|
|||||||
* #3181: pLaTeX crashes with a section contains emdash
|
* #3181: pLaTeX crashes with a section contains emdash
|
||||||
* #3180: latex: add stretch/shrink between successive singleline or
|
* #3180: latex: add stretch/shrink between successive singleline or
|
||||||
multipleline cpp signatures (ref #3072)
|
multipleline cpp signatures (ref #3072)
|
||||||
|
* #3128: globing images does not support .svgz file
|
||||||
|
|
||||||
Release 1.5 beta1 (released Nov 6, 2016)
|
Release 1.5 beta1 (released Nov 6, 2016)
|
||||||
========================================
|
========================================
|
||||||
|
|||||||
@@ -24,6 +24,7 @@ except ImportError:
|
|||||||
mime_suffixes = {
|
mime_suffixes = {
|
||||||
'.pdf': 'application/pdf',
|
'.pdf': 'application/pdf',
|
||||||
'.svg': 'image/svg+xml',
|
'.svg': 'image/svg+xml',
|
||||||
|
'.svgz': 'image/svg+xml',
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user