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:
parent
d9be95a6d3
commit
881e086e50
1
CHANGES
1
CHANGES
@ -11,6 +11,7 @@ Features added
|
||||
|
||||
Bugs fixed
|
||||
----------
|
||||
* Remove ``image/gif`` from supported_image_types of LaTeX writer (#2272)
|
||||
|
||||
Documentation
|
||||
-------------
|
||||
|
@ -36,8 +36,7 @@ class LaTeXBuilder(Builder):
|
||||
"""
|
||||
name = 'latex'
|
||||
format = 'latex'
|
||||
supported_image_types = ['application/pdf', 'image/png',
|
||||
'image/gif', 'image/jpeg']
|
||||
supported_image_types = ['application/pdf', 'image/png', 'image/jpeg']
|
||||
usepackages = []
|
||||
|
||||
def init(self):
|
||||
|
Loading…
Reference in New Issue
Block a user