mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Merge pull request #10443 from Blendify/patch-1
Epub: Add WebP mime type
This commit is contained in:
commit
712d7555d7
@ -56,6 +56,7 @@ MEDIA_TYPES = {
|
|||||||
'.xhtml': 'application/xhtml+xml',
|
'.xhtml': 'application/xhtml+xml',
|
||||||
'.css': 'text/css',
|
'.css': 'text/css',
|
||||||
'.png': 'image/png',
|
'.png': 'image/png',
|
||||||
|
'.webp': 'image/webp',
|
||||||
'.gif': 'image/gif',
|
'.gif': 'image/gif',
|
||||||
'.svg': 'image/svg+xml',
|
'.svg': 'image/svg+xml',
|
||||||
'.jpg': 'image/jpeg',
|
'.jpg': 'image/jpeg',
|
||||||
|
Loading…
Reference in New Issue
Block a user