mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Remove `image/gif` from supported_image_types of LaTeX writer (ref #2272)
This commit is contained in:
1
CHANGES
1
CHANGES
@@ -11,6 +11,7 @@ Features added
|
|||||||
|
|
||||||
Bugs fixed
|
Bugs fixed
|
||||||
----------
|
----------
|
||||||
|
* Remove ``image/gif`` from supported_image_types of LaTeX writer (#2272)
|
||||||
|
|
||||||
Documentation
|
Documentation
|
||||||
-------------
|
-------------
|
||||||
|
|||||||
@@ -36,8 +36,7 @@ class LaTeXBuilder(Builder):
|
|||||||
"""
|
"""
|
||||||
name = 'latex'
|
name = 'latex'
|
||||||
format = 'latex'
|
format = 'latex'
|
||||||
supported_image_types = ['application/pdf', 'image/png',
|
supported_image_types = ['application/pdf', 'image/png', 'image/jpeg']
|
||||||
'image/gif', 'image/jpeg']
|
|
||||||
usepackages = []
|
usepackages = []
|
||||||
|
|
||||||
def init(self):
|
def init(self):
|
||||||
|
|||||||
Reference in New Issue
Block a user