File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed
Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change 4848 'sphinx_gallery.gen_gallery' ,
4949 'matplotlib.sphinxext.mathmpl' ,
5050 'matplotlib.sphinxext.plot_directive' ,
51+ 'sphinxcontrib.inkscapeconverter' ,
5152 'sphinxext.custom_roles' ,
5253 'sphinxext.github' ,
5354 'sphinxext.math_symbol_table' ,
@@ -69,6 +70,7 @@ def _check_dependencies():
6970 "PIL.Image" : 'pillow' ,
7071 "sphinx_copybutton" : 'sphinx_copybutton' ,
7172 "sphinx_gallery" : 'sphinx_gallery' ,
73+ "sphinxcontrib.inkscapeconverter" : 'sphinxcontrib-svg2pdfconverter' ,
7274 }
7375 missing = []
7476 for name in names :
Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ colorspacious
1212ipython
1313ipywidgets
1414numpydoc>=0.8
15+ sphinxcontrib-svg2pdfconverter>=1.1.0
1516sphinx-gallery>=0.7
1617sphinx-copybutton
1718scipy
You can’t perform that action at this time.
0 commit comments