Skip to content

Commit

Permalink
Merge pull request #10443 from Blendify/patch-1
Browse files Browse the repository at this point in the history
Epub: Add WebP mime type
  • Loading branch information
tk0miya committed May 22, 2022
2 parents e0835d8 + b0ae548 commit 712d755
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sphinx/builders/_epub_base.py
Expand Up @@ -56,6 +56,7 @@
'.xhtml': 'application/xhtml+xml',
'.css': 'text/css',
'.png': 'image/png',
'.webp': 'image/webp',
'.gif': 'image/gif',
'.svg': 'image/svg+xml',
'.jpg': 'image/jpeg',
Expand Down

0 comments on commit 712d755

Please sign in to comment.