Thanks to visit codestin.com Credit goes to github.com
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.
2 parents 46ac59a + 0c169d7 commit fdaee63Copy full SHA for fdaee63
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