Skip to content

Commit

Permalink
Fix #3128: globing images does not support .svgz file
Browse files Browse the repository at this point in the history
  • Loading branch information
tk0miya committed Dec 3, 2016
1 parent dd11290 commit b799249
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ Bugs fixed
* #3181: pLaTeX crashes with a section contains emdash
* #3180: latex: add stretch/shrink between successive singleline or
multipleline cpp signatures (ref #3072)
* #3128: globing images does not support .svgz file

Release 1.5 beta1 (released Nov 6, 2016)
========================================
Expand Down
1 change: 1 addition & 0 deletions sphinx/util/images.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
mime_suffixes = {
'.pdf': 'application/pdf',
'.svg': 'image/svg+xml',
'.svgz': 'image/svg+xml',
}


Expand Down

0 comments on commit b799249

Please sign in to comment.