8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a2b8e9 commit 6b47319Copy full SHA for 6b47319
doc/conf.py
@@ -48,6 +48,7 @@
48
'sphinx_gallery.gen_gallery',
49
'matplotlib.sphinxext.mathmpl',
50
'matplotlib.sphinxext.plot_directive',
51
+ 'sphinxcontrib.inkscapeconverter',
52
'sphinxext.custom_roles',
53
'sphinxext.github',
54
'sphinxext.math_symbol_table',
@@ -69,6 +70,7 @@ def _check_dependencies():
69
70
"PIL.Image": 'pillow',
71
"sphinx_copybutton": 'sphinx_copybutton',
72
"sphinx_gallery": 'sphinx_gallery',
73
+ "sphinxcontrib.inkscapeconverter": 'sphinxcontrib-svg2pdfconverter',
74
}
75
missing = []
76
for name in names:
requirements/doc/doc-requirements.txt
@@ -12,6 +12,7 @@ colorspacious
12
ipython
13
ipywidgets
14
numpydoc>=0.8
15
+sphinxcontrib-svg2pdfconverter>=1.1.0
16
sphinx-gallery>=0.7
17
sphinx-copybutton
18
scipy
0 commit comments